Cloud, DevOps

How to Setup Kubernetes Master HA on CentOS?

This blog describes how to set up a high-availability (HA) Kubernetes cluster. This is an advanced topic and setting up a truly reliable, highly available distributed system requires few steps to be performed. We will go into each of these steps in detail, but a summary will help the user as a guide. Here's what the system should...

by Parag Gupta
Tag: Kubernetes Cluster
22-Feb-2017

DevOps, Technology

How to Install Kubernetes on CentOS?

  In this blog, we will learn how to setup Kubernetes cluster on servers running on CentOS (Bare-metal installation) as well as deploy add-on services such as DNS and Kubernetes Dashboard. If you are new to Kubernetes cluster and want to understand its architecture then you can through the blog on the Introduction on...

by Arun Dhyani
Tag: Kubernetes Cluster
17-Jan-2017

AWS, DevOps

Kubernetes Namespaces – One Cluster for Different Environments

In one of the project that I was working, I had to set up multiple environments in the same Kubernetes cluster. The environments are namely QA and UAT. The blog will guide the reader on how to segregate different environments in same Kubernetes cluster and have control over each environment in such a way that the other environments...

by Mayank Negi
Tag: Kubernetes Cluster
13-Dec-2016

AWS, DevOps

Setup and Configure Kubernetes Minions in Multiple AZs on AWS

In today's blog, I will be explaining how to set up Kubernetes Minion nodes in multiple availability zones on AWS. Please refer this blog if you are new to setting up a cluster on AWS EC2. It uses a kube_up script to bring the cluster up on single Availability Zone (AZ). If that zone goes down due to some reasons, your entire...

by Rakesh Mahajan
Tag: Kubernetes Cluster
01-Sep-2016