This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What are the main categories into which Kubernetes monitoring is divided? | |
- infra | |
- orchestration & control | |
- application | |
Which of the following are potential trouble indicators for pod conditions that the K8s Analyzer examines? | |
- pod status failed | |
- pod status pending | |
- pod status unknown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n "%21%20" | python3 -c "import sys; from urllib.parse import unquote; print(unquote(sys.stdin.read()));" |