mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 19:18:58 +00:00
10 KiB
10 KiB
Kubectl commands
!!! info "Architectural Context" Detailed reference for Kubectl commands in the context of The Container Stack.
Standard Reference
- BuildKit CLI for kubectl (by vmware-tanzu) 🌟 ⭐ 506 [COMMUNITY-TOOL]
- Kubectl Autocomplete [COMMUNITY-TOOL]
- medium: 4 Simple Kubernetes Terminal Customizations to Boost Your Productivity [COMMUNITY-TOOL]
- hidetatz/kubecolor 🌟 ⭐ 1445 [COMMUNITY-TOOL]
- container-registry.com: Lifting Developers’ Productivity 🌟 [COMMUNITY-TOOL]
- A Complete Guide to Kubectl exec [COMMUNITY-TOOL]
- itnext.io: Boosting your kubectl productivity [COMMUNITY-TOOL]
- medium: Ready-to-use commands and tips for kubectl [COMMUNITY-TOOL]
- medium: Be fast with Kubectl 1.19 CKAD/CKA 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Kubectl: Developer tips for the Kubernetes command' line 🌟 [COMMUNITY-TOOL]
- pixelstech.net: Update & Delete Kubernetes resources in one-line command [COMMUNITY-TOOL]
- opensource.com: 5 useful ways to manage Kubernetes with kubectl [COMMUNITY-TOOL]
- hackerxone.com: How to Manage Single & Multiple Kubernetes Clusters using' kubectl & kubectx in Linux [COMMUNITY-TOOL]
- Get kubectl access to your private cluster from anywhere [COMMUNITY-TOOL]
- medium: One CKA/CKAD/CKS requirement: Mastering Kubectl [COMMUNITY-TOOL]
- medium: Replication Controller Vs ReplicaSets in Kubernetes [COMMUNITY-TOOL]
- dev.to: Open a command prompt in a Kubernetes cluster [COMMUNITY-TOOL]
- akhilsharma.work: Checking Kubernetes API Calls using kubectl [COMMUNITY-TOOL]
- cloudsavvyit.com: How to Restart Kubernetes Pods with Kubectl [COMMUNITY-TOOL]
- technos.medium.com: How kubectl apply command works? [COMMUNITY-TOOL]
- blogs.nakam.org: What Happens When? K8s Edition 🌟 [COMMUNITY-TOOL]
- inlets.dev: Fixing the Developer Experience of Kubernetes Port Forwarding [COMMUNITY-TOOL]
- medium.com/swlh: Break Down Kubernetes Server-Side Apply (Advanced kubectl)' 🌟 [COMMUNITY-TOOL]
- blog.devgenius.io: K8s — Manage Multiple Clusters Using kubectl at Scale [COMMUNITY-TOOL]
- itnext.io: How to Restart Kubernetes Pods With Kubectl 🌟 [COMMUNITY-TOOL]
- awstip.com: Kubernetes — Creating deployments via command line and with' YAML files [COMMUNITY-TOOL]
- superbrothers/zsh-kubectl-prompt 🌟 ⭐ 591 [COMMUNITY-TOOL]
- medium.com/@emmaliaocode: kubectl create vs kubectl apply. What’s the difference? [COMMUNITY-TOOL]
- medium.com/codex: Kubectl Output 101 [COMMUNITY-TOOL]
- medium.com/geekculture: kubectl — Best Practices [COMMUNITY-TOOL]
- learnitguide.net: How to Create ConfigMap from Properties File Using K8s' Client [COMMUNITY-TOOL]
- shardul.dev: Most Useful kubectl Plugins [COMMUNITY-TOOL]
- howtogeek.com: Getting Started With Kubectl to Manage Kubernetes Clusters [COMMUNITY-TOOL]
- medium.com/@jake.page91: The guide to kubectl I never had [COMMUNITY-TOOL]
- itnext.io: Kubernetes Contexts: Complete Guide for Developers [COMMUNITY-TOOL]
- ahmetb/kubectl-aliases ⭐ 3691 [ENTERPRISE-STABLE]
- blog.devgenius.io: Daily useful Kubernetes aliases [COMMUNITY-TOOL]
- kubectl explain [COMMUNITY-TOOL]
- itnext.io: Using ‘kubectl explain’ for Custom Resources [COMMUNITY-TOOL]
- github.com/trstringer/kubectl-example ⭐ 13 [COMMUNITY-TOOL]
- kubectl Shell Autocomplete [COMMUNITY-TOOL]
- complete-alias ⭐ 811 [COMMUNITY-TOOL]
- itnext.io: Connect to containers using Kubectl Exec [COMMUNITY-TOOL]
- goteleport.com: kubectl exec vs SSH [COMMUNITY-TOOL]
- hackernoon.com: How to Work With the Kubectl Debug Command [COMMUNITY-TOOL]
- Flag export deprecated in kubernetes 1.14 ⭐ 122403 [DE FACTO STANDARD]
- Copy secrets between namespaces [COMMUNITY-TOOL]
- ansibleforkubernetes.com 🌟 [COMMUNITY-TOOL]
Continuous Integration
CI Tools
Jenkins
- Jenkins Kubernetes Plugin [EN CONTENT] [ENTERPRISE-STABLE] — The critical Kubernetes integration for Jenkins, executing dynamic agents directly inside cluster pods. Solves pipeline scale issues by tearing down runner instances upon build completion.
- Kubernetes Continuous Deploy [EN CONTENT] [COMMUNITY-TOOL] — A traditional Jenkins plugin for deploying build outputs to Kubernetes. Note: Has fallen out of favor in modern GitOps-centric continuous delivery pipelines.
💡 Explore Related: Container Managers | Kubernetes Monitoring | Kubernetes Troubleshooting