Kubernetes

Hello All:

From my industry and personal experience, I have known that the best way to learn and practice any topic thoroughly is to set goals and practice heavy to achieve these goals. So I decided to pursue Certified Kubernetes administrator & Pivotal Cloud Foundry certification, and wanted to make my notes publicly available such that it can be useful to individuals who is in my career path !

My professional profile focus is on Cloud automation, so Kubernetes plays an important part of this journey. Achieving a Certified Kubernetes administrator (CKA) certification would help me in this path.

What’s Kubernetes ?

Kubernetes is a distributed system for scheduling programs to run in a cluster. You can tell Kubernetes to run ‘n’ copies of a program, and it’ll dynamically schedule them on your worker nodes.

Containers are automatically scheduled to increase utilization and save money, powerful deployment primitives allow you to gradually roll out new code, and Security Contexts and Network Policies allow you to run multi-tenant workloads in a secure way.

    Some of my favourite videos

1. Kubernetes for Sysadmins by Kelsey Hightower at PuppetConf 2016

2. Stop reverse engineering application and start monitoring from inside