- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 103字
- 2025-04-04 13:20:39
Validating cluster conformance
If you switch between the existing Kubernetes clusters, it is suggested that you validate the cluster configuration before you run your pipelines. Let's perform the following steps:
- Validate that your cluster is compliant. These tests will typically take an hour:
jx compliance run
- Check the status. This command will return a Compliance tests completed message only after tests are completed:
$ jx compliance status
Compliance tests completed.
- Review the results. If your cluster is compliant all executed test results should be displayed as PASSED:
$ jx compliance results
Now you know how to check cluster conformance results.