Forrest logo
back to context overview

kubectl

List of commands for kubectl:

  • kubectl:ai:f8f89 what is the difference between a kind and a group in kubernetes
    $ kubectl explain kind/Group
    try on your machine
    explain this command
  • kubectl:tldr:09582 kubectl: List information about a resource with more details.
    $ kubectl get ${select} -o wide
    try on your machine
    explain this command
  • kubectl:tldr:1a134 kubectl: Update specified pod with the label 'unhealthy' and the value 'true'.
    $ kubectl label pods ${name} unhealthy=true
    try on your machine
    explain this command
  • kubectl:tldr:21733 kubectl: List all resources with different types.
    $ kubectl get all
    try on your machine
    explain this command
  • kubectl:tldr:7e05c kubectl: Print the address of the master and cluster services.
    $ kubectl cluster-info
    try on your machine
    explain this command
  • kubectl:tldr:c72ce kubectl: Display resource (CPU/Memory/Storage) usage of nodes or pods.
    $ kubectl top ${select}
    try on your machine
    explain this command
  • kubectl:tldr:f7373 kubectl: Display an explanation of a specific field.
    $ kubectl explain ${pods-spec-containers}
    try on your machine
    explain this command
back to context overview