Kubernetes In Microsoft Azure

The simplest method to get up and running with AKS is via the azure CLI.You can find instructions to install it here. Once you have az setup, you can login via the az login command.After successfull authentication you are pretty much ready to create a managed kubernetes cluster(AKS) in Azure.AKS has not reached GA and is in preview now.Therefore you are limited to regions listed (here][https://github.com/Azure/AKS] resource group The first step is to create a resource group in any of the avialable regions....

March 3, 2018 · 1 min · scriptonist

Introducing Helm

The biggest project on GitHub right now, The best container orchestrator (personal opinion), These are some of the many adjectives used to describe kubernetes.Kubernetes is a container orchestrator which is built, keeping a tool called Borgmon as a reference.Google was running on container even before docker came into the world and borgmon was the software that was used inside Google to orchestrate these containers.Some smart people at Google started building kubernetes with the lessons they learned using borgmon....

February 16, 2018 · 2 min · scriptonist