Student Reviews
( 5 Of 5 )
1 review
Video of Kubernetes 101 - Episode 2 - Containers in Kubernetes course by Jeff Geerling channel, video No. 2 free certified online
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: https://kube101.jeffgeerling.com
Donate to the Crohn's & Colitis foundation: http://online.crohnscolitisfoundation.org/goto/geerlingguy
Links from the episode:
- Comprehensive Guide to Container Runtimes: https://www.capitalone.com/tech/cloud/container-runtime/
Special thanks to amazee.io for sponsoring this series: https://www.amazee.io
Sponsor me on GitHub: https://github.com/sponsors/geerlingguy
Support me on Patreon: https://www.patreon.com/geerlingguy
Links:
- Kubernetes 101 Book: https://www.kubernetes101book.com
- Ansible for Kubernetes for $4.99: https://leanpub.com/ansible-for-kubernetes/c/mZkrcxrfmWw8
- Episode Details: https://kube101.jeffgeerling.com/2020/episode-2-containers
- Episode Examples: https://github.com/geerlingguy/kubernetes-101/tree/master/episode-02
#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 amazee.io
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.