CertManager : Automatically provision and manage TLS certificates in Kubernetes

Start Minikube minikube-certmanager git:(main) minikube start ๐Ÿ˜„ minikube v1.30.0 on Darwin 13.3.1 (arm64) โœจ Using the docker driver based on existing profile ๐Ÿ‘ Starting control plane node minikube in cluster minikube ๐Ÿšœ Pulling base image ... ๐Ÿƒ Updating the running docker "minikube" container ... โ— Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1....

6 min ยท Sangam Biradar

Flannel is a network fabric for containers, designed for Kubernetes

kubenetes networking Networking details Platforms like Kubernetes assume that each container (pod) has a unique, routable IP inside the cluster. The advantage of this model is that it removes the port mapping complexities that come from sharing a single host IP. Flannel is responsible for providing a layer 3 IPv4 network between multiple nodes in a cluster. Flannel does not control how containers are networked to the host, only how the traffic is transported between hosts....

7 min ยท Sangam Biradar