Шпаргалка по
kubectlдля ежедневной работы с Kubernetes. Practicalkubectlcheatsheet for day-to-day Kubernetes work.
.
├── 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
- Fork the repository.
- Update commands in both language files when possible.
- Keep the same section order in
ru/andeng/files. - Open a Pull Request with a short description of what was added.