Kubernetes Tutorial – From Zero To Hero
Here is a series of videos to get started with kubernetes:
- Introduction To Kubernetes — This includes what are the components of Kubernetes like api-server, scheduler, cluster store, controller and how do they work together
- Setup Kubernetes locally for development environment — This tutorial explains how to setup kubernetes locally using minikube
- Setup Kubernetes on AWS using KOPS— Tutorial on how to setup kubernetes cluster on AWS using KOPS
- Setup Kubernetes on Google cloud— Setup Kubernetes clsuter on Google Cloud
- How to Create cron jobs in Kubernetes — You can setup cron jobs on kubernetes cluster too. This tutorial is all about on how to setup cron jobs on k8s