Minikube: Deploying Kubernetes Cluster locally

minikube

Minikube is a tool written in Golang to set up the kubernetes cluster locally on the machine.It will require virtualization to be enabled for Operating System. It supports Container Network Interface (CNI Plugins), Domain Name System, Kubernetes Dashboard, Ingress for load balancing, Config Maps and Secrets and Container runtime which can be docker or rkt. […]

Modern CI CD Kubernetes Docker deployment pipeline

modern ci cd kubernetes docker deployment pipeline

There are several benefits of moving to a container based architecture including faster code deployments and reduction in operational cost. Kubernetes has evolved as the de-facto orchestration tool for managing containers. First, we will list the key principles and then go into details on how to build a modern CI CD Kubernetes Docker deployment pipeline. […]