Marc Campbell 2477616753 Add samples
2019-07-26 22:05:05 +00:00
2019-07-26 19:51:42 +00:00
2019-07-24 01:20:27 +00:00
2019-07-23 22:47:50 +00:00
2019-07-26 19:43:39 +00:00
2019-07-26 22:05:05 +00:00
2019-07-05 22:38:40 +00:00
2019-07-24 00:25:21 +00:00
2019-07-22 21:15:23 +00:00
2019-07-22 21:15:23 +00:00
2019-07-22 21:15:23 +00:00
2019-07-19 00:55:32 +00:00
2019-07-26 19:42:30 +00:00
2019-07-05 22:38:40 +00:00
2019-07-19 00:55:32 +00:00

Replicated Troubleshoot

Replicated Troubleshoot is a CLI tool and a Kubernetes Operator that provides pre-installation cluster conformance testing and validation (preflight checks) and post-installation troubleshooting and diagnostics (support bundles).

Preflight Checks

Preflight checks are an easy-to-run set of conformance tests that can be written to verify that specific requirements in a cluster are met.

To run a sample preflight check from a sample application, install the preflight kubectl plugin and run:

kubectl preflight https://git.io/preflight-checks

For a full description of the supported preflight checks, visit the docs.

Support Bundle

A support bundle is an archive that's created in-cluster, by collecting logs, cluster information and executing various commands. After creating a support bundle, the cluster operator will normally deliver it to the application vendor for analysis and remote debugging.

To collect a sample support bundle, install the troubleshoot kubectl plugin and run:

kubectl troubleshoot https://git.io/support-bundle
Description
Preflight Checks and Support Bundles Framework for Kubernetes Applications
Readme Apache-2.0 34 MiB
Languages
Go 98.1%
Python 0.9%
Shell 0.8%
Makefile 0.2%