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.
Description | Channels |
Deployment | # iterapp-logs |
Support | # iterapp-support |
Iterapp dev | # iterapp-development |
Description | Commands |
Register app | /iterapp register appname |
Deregister app | /iterapp deregister app |
Build app | /iterapp build appname environment branch |
Deploy app | /iterapp deploy appname environment branch |
Description | Commands |
List all secrets within the pod | kubectl -n app-namespace get secrets |
List all pods within namespace | kubectl -n app-namespace get pods |
Show detailed information of a resource | kubectl -n app-namespace describe pod pod-name |