Skip to content

opsmon/kubectl-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

kubectl Cheatsheet

Шпаргалка по kubectl для ежедневной работы с Kubernetes. Practical kubectl cheatsheet for day-to-day Kubernetes work.


Quick Navigation / Быстрая навигация

Category / Категория 🇷🇺 RU 🇬🇧 EN
Viewing / Просмотр get · describe · logs · top · debug · events · troubleshooting · ephemeral get · describe · logs · top · debug · events · troubleshooting · ephemeral
Management / Управление apply/create · edit · patch · set · delete · diff · ssa · replace · wait apply/create · edit · patch · set · delete · diff · ssa · replace · wait
Workloads / Нагрузки run · rollout · scale · hpa · vpa · statefulsets · daemonsets · jobs run · rollout · scale · hpa · vpa · statefulsets · daemonsets · jobs
Network / Сеть port-forward · expose · ingress · networkpolicy · proxy port-forward · expose · ingress · networkpolicy · proxy
Storage / Хранилище configmaps · secrets · pv/pvc · kustomize configmaps · secrets · pv/pvc · kustomize
Security / Безопасность rbac · auth · csr · pss · security-context · pdb · quota rbac · auth · csr · pss · security-context · pdb · quota
Cluster / Кластер config · namespaces · nodes · crd · api-resources · capacity · field-selectors config · namespaces · nodes · crd · api-resources · capacity · field-selectors
Utilities / Утилиты exec · cp · label · jsonpath · scheduling · tips · helm · krew · aliases exec · cp · label · jsonpath · scheduling · tips · helm · krew · aliases

Structure / Структура

.
├── eng/
│   ├── viewing.md      # get, describe, logs, top, debug, events, troubleshooting, ephemeral-containers
│   ├── management.md   # apply/create, edit, patch, set, delete, diff, ssa, replace/attach, wait
│   ├── workloads.md    # run, rollout, scale, hpa, vpa, statefulsets, daemonsets, jobs
│   ├── network.md      # port-forward, expose, ingress, networkpolicy, proxy
│   ├── storage.md      # configmaps, secrets, pv/pvc, kustomize
│   ├── security.md     # rbac, auth, csr, pss, security-context, pdb, quota
│   ├── cluster.md      # config, namespaces, nodes, crd, api-resources, capacity, field-selectors
│   └── utilities.md    # exec, cp, label/annotate, jsonpath/custom-columns, scheduling, tips, helm, krew, aliases
├── ru/
│   ├── viewing.md
│   ├── management.md
│   ├── workloads.md
│   ├── network.md
│   ├── storage.md
│   ├── security.md
│   ├── cluster.md
│   └── utilities.md
└── README.md

Contributing

  1. Fork the repository.
  2. Update commands in both language files when possible.
  3. Keep the same section order in ru/ and eng/ files.
  4. Open a Pull Request with a short description of what was added.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors