All public logs
From Cheatsheet
Jump to navigationJump to search
Combined display of all available logs of Cheatsheet. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:56, 28 July 2023 Patrick talk contribs created page Kubernetes (Created page with "Category:Cheatsheet == Links == Documentation: * Official cheatsheet: https://kubernetes.io/docs/reference/kubectl/cheatsheet/ * https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/#create-a-simple-pod-to-use-as-a-test-environment == Checks == <syntaxhighlight lang="bash"> # Show the Kubernetes and kubectl version. kubectl version # Get all deployed pods kubectl get deployments --all-namespaces # Get all pods in all namespaces kubectl ge...")