Kubernetes Notes

Follow Kubernetes Notes
Share on
Copy link to clipboard

Reference only. Documentation has further information. Support Link: https://www.buymeacoffee.com/chintu/

Phani Chidella


    • Apr 14, 2024 LATEST EPISODE
    • monthly NEW EPISODES
    • 9m AVG DURATION
    • 27 EPISODES


    Search for episodes from Kubernetes Notes with a specific topic:

    Latest episodes from Kubernetes Notes

    StatefulSets

    Play Episode Listen Later Apr 14, 2024 8:49


    Explore StatefulSets for managing stateful apps with stable IDs and persistent storage, discussing examples and tips for Kubernetes deployments.Support us here. Thank you! PS. My voice is slightly different in this episode. I had cold at the time of recording it.

    Bonus: Monolith saves cost?

    Play Episode Listen Later Mar 10, 2024 5:58


    In this bonus episode, I talk about an article describing a use case where monolithic architecture works better and saves infrastructure cost. Article Link

    Bonus: ChatGPT Series Part 1: What is Kubernetes?

    Play Episode Listen Later Jan 1, 2023 6:29


    We asked ChatGPT about Kubernetes. Let's chat about the responses we got. Support Link: buymeacoffee.com/chintu

    Node Affinity

    Play Episode Listen Later Dec 30, 2022 7:13


    We will talk about node affinity which allows us to schedule pods on specific nodes. Support us:buymeacoffee.com/chintu

    Resource Quotas and Limits

    Play Episode Listen Later Sep 5, 2022 5:17


    Let's talk about Resource Quotas and Limits! Please share your feedback with us by sending us a message on our instagram @kubenotes! Support Link: https://www.buymeacoffee.com/chintu (Support this Podcast)

    Worker Node - Revisited

    Play Episode Listen Later Feb 6, 2022 6:28


    We discuss the components within the worker node, networking issues we need to solve and finally the possible configurations of a k8s cluster. Support Link: https://buymeacoffee.com/chintu/

    Master Node - Revisited

    Play Episode Listen Later Jan 30, 2022 7:38


    We revisit the master node and see what it is about. Support Link: https://www.buymeacoffee.com/chintu/

    Why Kubernetes? - Revisited

    Play Episode Listen Later Jan 16, 2022 8:25


    In this episode we revisit why kubernetes came into existence and what issues is it solving. You can say hi or send me feedback by writing to me at "K8 at sent dot com" Support link: https://www.buymeacoffee.com/chintu

    2022

    Play Episode Listen Later Jan 9, 2022 2:01


    You can say hi or send me feedback by writing to me at "K8 at sent dot com" Support link: https://www.buymeacoffee.com/chintu

    Istio

    Play Episode Listen Later Jan 16, 2021 8:46


    Short conversation on Networking and Service Mesh as related to Istio. You can say hi or send me a feedback by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Trailer

    Play Episode Listen Later Jan 15, 2021 0:59


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Helm

    Play Episode Listen Later Dec 31, 2020 8:21


    In this episode, we discuss Heml Charts, Architecture among others. You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Docker and Kubernetes are getting a divorce?! (Bonus Episode)

    Play Episode Listen Later Dec 11, 2020 7:45


    Clarifications on Kubernetes depricating docker support. You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Bonus: Docker - Part 3

    Play Episode Listen Later Sep 30, 2020 22:15


    In this episode we discuss the commands that we must know with respect to the Docker CLI. We also discuss a little bit about volumes to store persistent data. You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Bonus: Docker - Part 2

    Play Episode Listen Later Sep 28, 2020 19:28


    In this bonus episode we will discuss the different Dockerfile instuctions and see how images are built. We also discuss ways to make our images smaller in size. You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    Bonus: Docker - Part 1

    Play Episode Listen Later Sep 28, 2020 14:15


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    11. RBAC

    Play Episode Listen Later Sep 25, 2020 9:34


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    10. Secrets

    Play Episode Listen Later Sep 23, 2020 5:35


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    9. ConfigMaps

    Play Episode Listen Later Sep 23, 2020 4:51


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    8. Volumes

    Play Episode Listen Later Sep 23, 2020 8:36


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    7. Ingress

    Play Episode Listen Later Sep 23, 2020 7:32


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    6. Liveness and Readiness Probes

    Play Episode Listen Later Sep 23, 2020 5:08


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    5. Network Policies

    Play Episode Listen Later Sep 23, 2020 10:28


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    4. Authentication, Authorization and Admission Control

    Play Episode Listen Later Sep 22, 2020 14:05


    You can say hi or send me a feed back by writing to me at "kubernetes at sent dot com" Support Link: www.buymeacoffee.com/chintu

    3. Kubernetes Services

    Play Episode Listen Later Sep 19, 2020 13:13


    Topics: Connecting Users to Pods, EndpointSlices, Service Discovery, Service Types (ClusterIP, NodePort, LoadBalancer, ExpernalIP, ExpernalName) You can support my work by visiting www.buymeacoffee.com/chintu

    2. Kubernetes Object Model

    Play Episode Listen Later Sep 18, 2020 20:20


    In this episode we discuss the kubernetes object model. The topics of this episode include: Model, Pods, Deployment, ReplicationController, ReplicaSets, DaemonSets, StatefulSets You can support my work by visiting www.buymeacoffee.com/chintu

    1. Kubernetes Architecture

    Play Episode Listen Later Sep 14, 2020 25:05


    We will talk about some definitions including Microservices, Container Images, Containers. We discuss core components of kubernetes like kube-apiserver, kubelet, kube-proxy, etcd among other things. You can support my work by visiting buymeacoffee.com/chintu

    Claim Kubernetes Notes

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel