• Home
  • Docker
  • Kubernetes
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • CI
  • Install
  • Samples
  • Archived
Kubernetes | kubectl CLI (Command-Line Interface)
  1. kubectl CLI (Command-Line Interface)
  2. Usage
  3. Options
  4. Basic Commands
  5. Deploy Commands
  6. Cluster Management Commands
  7. Troubleshooting and Debugging Commands
  8. Advanced Commands
  9. Settings Commands
  10. Other Commands

  1. kubectl CLI (Command-Line Interface)
    kubectl controls the Kubernetes cluster manager.
    To list kubectl options and commands, type: kubectl --help
    To print information about a specific kubectl command, type: kubectl COMMAND --help
    To print the list of kubectl global command-line options (applies to all commands), type: kubectl options
  2. Usage
    Usage: kubectl [OPTIONS] COMMAND [ARG...]
  3. Options
    The following options can be passed to any command:
  4. Basic Commands

  5. Deploy Commands
  6. Cluster Management Commands
  7. Troubleshooting and Debugging Commands
  8. Advanced Commands
  9. Settings Commands
  10. Other Commands
© 2025  mtitek