In this blog post we will see how to deploy Metallb and also expose an application and access the same with the help of Metallb loadbalancer. To install MetalLB, apply the manifest: kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml Create IP Pool: In order to assign an IP to the services, MetalLB must be instructed to do so... Continue Reading →
How to Deploy MinIO Object Storage
MinIO is an opensource, Kubernetes-native object storage suite that provides a high-performance, AWS S3 compatible object storage. In this blog post, we will see how to install and configure MinIO object storage on an Ubuntu virtual machine. Download MinIO Binary: You can download the minio binary for Linux by running the below command. wget https://dl.min.io/server/minio/release/linux-amd64/minio... Continue Reading →
How to upgrade Kubernetes cluster on AWS using KOPS
In the last blog, we discussed about how to install a Kubernetes cluster on AWS using KOPS. If you have missed it please review how-to-deploy-kubernetes-cluster-on-aws-using-kops. In this blog post, I will discuss about how we can upgrade the kubernetes nodes using KOPS. Prerequisites: kops cli installedaws cli installedkubectl installedKubernetes cluster created using kops Run kops... Continue Reading →
How to deploy Kubernetes cluster on AWS using KOPS
Kubernetes is an open source, container orchestration platform. Applications packaged as Docker images can be easily deployed, scaled, and managed in a Kubernetes cluster. In this blog post, I will take you through how we can deploy Kubernetes cluster on AWS using KOPS. Prerequisites : Prepare the client vmPrepare AWS environment Prepare the client vm... Continue Reading →
Installing Kubernetes v1.15.0 cluster on Ubuntu 18.04
In this blog, I will be discussing about how to install Kubernetes on Ubuntu 18.04. Kubernetes is one of the highest trending technologies in Cloud Computing as of today. It is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing... Continue Reading →