# List all available CLI options k9s help # Get info about K9s runtime (logs, configs, etc..) k9s info # Run K9s in a given namespace. k9s -n k8s-ns # Run K9s and launch in pod view via the pod command. k9s -c pod # Start K9s in a non default KubeConfig context k9s --context coolCtx # Start K9s inreadonly mode - with all modification commands disabled k9s --readonly