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.
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:
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