cheat-sheets/tools/kubectl.md at main · ChristianLempa/cheat-sheets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies. - ChristianLempa/cheat-sheets
k3s-proxmox-terraform/docs/DEPLOYMENT_GUIDE.md at main · heyvoon/k3s-proxmox-terraform
🚀 Automated K3s Kubernetes cluster deployment on Proxmox VE v8.4.xx using Terraform and Ansible. Single-command provisioning of production-ready clusters with customizable resources and secure conf...
MicroK8s - Zero-ops Kubernetes for developers, edge and IoT | MicroK8s
MicroK8s is the simplest production-grade conformant K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devOps, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters and distributed storage.
Kubernetes Application Deployment from AWS ECR to EKS
This video shows complete end-to-end process of how to build the docker image of an application locally , how to push that image to AWS ECR and from there ho...
Kubernetes Services: ClusterIP, Nodeport and LoadBalancer
Your Kubernetes Pods have internal IPs, but, can since Pods are created and destroyed, can you rely on those? Discover Services and its types: ClusterIP, NodePort and LoadBalancer
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.29 client can communicate with v1.28, v1.29, and v1.30 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues.
Install kubectl on macOS The following methods exist for installing kubectl on macOS:
Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:
This page contains a list of commonly used kubectl commands and flags. Kubectl autocomplete BASH source > ~/.bashrc # add autocomplete permanently to your bash shell. You can also use a shorthand alias for kubectl that also works with completion: alias k=kubectl complete -o default -F __start_kubectl k ZSH source > ~/.