domino_admin_toolkit.checks.test_istio module
- domino_admin_toolkit.checks.test_istio.istio_installed_check()
- domino_admin_toolkit.checks.test_istio.test_istio_installed_check(istio_installed_check)
- Description:
Checks to see if istiod is running in istio-system namespace
- Result:
Displays the number of istiod pods running
- domino_admin_toolkit.checks.test_istio.test_istio_peerauthentication(istio_installed_check)
- Description:
Checks if STRICT mode is enabled in the istio cluster for peerauthentication
- Result:
If the test PASSED, then strict mode is enabled, else it displays current mTLS mode
- Public Facing KB:
https://istio.io/latest/docs/reference/config/security/peer_authentication/