From the course: Automating Kubernetes with GitOps
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Using Kubernetes - Kubernetes Tutorial
From the course: Automating Kubernetes with GitOps
Using Kubernetes
- All right, so at this point, we know about all of the ingredients of GitHubs, with the exception of the most important one, Kubernetes. Let me get you introduced to Kubernetes. So Kubernetes is a standard open-source platform for container orchestration. And it can be used in different ways. It can be used as managed in the clouds. That means that you are going to purchase a Kubernetes subscription with your cloud provider. All of the major cloud providers has something to run containers in a Kubernetes-orchestrated way. You can install it on-premise. That means that you are going to use either a Kubernetes distribution to install it yourself, or you are going to use Kubeadm to install Vanilla Kubernetes. And you can also use it minimized, in a minimized learning environment like Minikube. Now, in this course, we are using Minikube. And that's for the simple reason that I want you to focus on the GitHub's related tools and parts of Kubernetes. And these work as well in Minikube as…