Installing Kubernetes cluster on AWS using KOPS

Kubernetes cluster on AWS

This blog will show you how to install a Kubernetes cluster on AWS using KOPS. Requirements You must have kubectl , kops and aws-cli installed on your system. For AWS operations, we will be using AWS CLI for our usage but same can be done using AWS GUI. You should have an IAM user created and configured […]

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. […]