Войти
  • 66167Просмотров
  • 5 лет назадОпубликованоJeff Geerling

Kubernetes 101 - Episode 2 - Containers

In this episode, we’ll learn about containers, the building block of any Kubernetes cluster. We’ll learn how to build a container, build a custom Go application and put it in a container, and push that container to a container registry. More info: Donate to the Crohn's & Colitis foundation: Links from the episode: - Comprehensive Guide to Container Runtimes: Special thanks to for sponsoring this series: Sponsor me on GitHub: Support me on Patreon: Links: - Kubernetes 101 Book:   - Ansible for Kubernetes for $ :   - Episode Details:   - Episode Examples: #kubernetes #kube101 #containers Contents: 00:00 - Welcome to Episode 2! 05:22 - Kubernetes and containers 15:21 - The History of Containers 21:23 - Thanks to sponsor 22:17 - Building a container: Docker and Buildah 33:18 - Build a simple Go app 44:16 - Run the Go app in a container 48:52 - Push the Go app to an image registry 52:25 - Use Minikube's Docker or Podman context 54:50 - Coming up next week...