🚧 This platform open-source and is in early development. We welcome feature requests and pull requests! 🚀

Kubernetes Services

2021-01-13

In this episode, we take a look at the different types of service provided by Kubernetes and how they work under the hood.
#KubernetesTutorial #Tutorial


🍿 Rawkode Live

Hosted by David McKay / 🐦 https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat

#RawkodeLive

🕰 Timeline

00:00 - Holding screen
01:00 - Introductions
06:00 - Multi container pods
14:30 - What are the 3 types of service?
16:45 - ClusterIP services
28:00 - NodePort services

👥 About the Guests

Anaïs Urlichs

Anaïs is a Developer Evangelist writing about tech (specifically, DevOps)


🐦 https://twitter.com/urlichsanais
🧩 https://github.com/AnaisUrlichs
🌏 https://blog.anaisurl.com/


Philipp Strube

Founder @Kubestack — Terraform GitOps Framework. Previously @CoreOS, @Exoscale, @cloudControlled.


🐦 https://twitter.com/pst418
🧩 https://github.com/pst



🔨 About the Technologies

Kubernetes

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely
available.
The name Kubernetes originates from Greek, meaning helmsman or pilot. Google open-sourced the Kubernetes project in 2014. Kubernetes combines over 15 years of Google's experience running production workloads at scale with best-of-breed ideas and practices from the community.
Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.
Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.

🌏 https://kubernetes.io/
🐦 https://twitter.com/kubernetesio
🧩 https://github.com/kubernetes/kubernetes

#CloudNative #Kubernetes