DevOps, Technology

Working with Kubernetes deployment, pods and service Part1

In my previous blog, Getting Started with Kubernetes, I have explained the basics of kubernetes. In this blog, I will be explaining how to create deployment, pods, and service. Deployment and pods: Below command will create a deployment controller named a "my-nginx", a pod with a single  container of an image nginx (base image of...

by Rakesh Mahajan
Tag: kubernetes
24-Oct-2016

Agile, AWS

Introduction to Spinnaker – Global Continuous Delivery

Continuous Delivery is the term that comes with agile methodology. You want to make changes frequently and deliver them without hassle onto production environment. Spinnaker is a Continuous delivery platform developed by Netflix that can make your way easy. According to the official website: "Spinnaker is an open source, multi-cloud...

by Raghu Sharma
Tag: kubernetes
30-Sep-2016

AWS, DevOps

Weave Scope – Monitoring, visualisation & management for Docker

Introduction of  Weave Scope Weave Scope is a monitoring tool and visualization for Kubernetes and Docker . It provides a deep level view of your app as well as of your full infrastructure, which allows you to find and diagnose any error in your distributed containerized app, in real-time. Weave Scope is use in standalone mode or...

by Shivam Agrawal
Tag: kubernetes
29-Sep-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
01-Sep-2016

DevOps, Technology

Getting started with Kubernetes

Kubernetes is an open source orchestration tool for application containers developed by Google. It packages all of the necessary tools - orchestration, service discovery and load balancing in one place. Kubernetes is portable which means it can be deployed on public, private, hybrid along with multiple cloud platform providers. It is...

by Rakesh Mahajan
Tag: kubernetes
30-Aug-2016