Commands cheat sheet

This page contains a list of commonly used commands and flags. Not all of the kubectl-commands can be run without having the correct access.

Tip

Check this cheat sheet page for a more comprehensive guide.

Slack channels

DescriptionChannels
Deployment# iterapp-logs
Support# iterapp-support
Iterapp dev# iterapp-development

Slack commands

DescriptionCommands
Register app/iterapp register appname
Deregister app/iterapp deregister app
Build app/iterapp build appname environment branch
Deploy app/iterapp deploy appname environment branch

Kubectl commands

DescriptionCommands
List all secrets within the podkubectl -n app-namespace get secrets
List all pods within namespacekubectl -n app-namespace get pods
Show detailed information of a resourcekubectl -n app-namespace describe pod pod-name