Cloud Computing & DevOps · Containers & orchestration

Kubernetes Tutorial

Pods to Ingress with diagnostics: workloads, probes, Helm orientation, rollout safety.

Sponsored

Lesson outline

  1. 25
    Scale a Deployment Manually

    Learn to scale a Kubernetes Deployment manually — practical step-by-step guide for controlling replica count, with tips on when to use manual scaling vs autoscaling.

  2. 26
    Kubernetes Tutorial — Part 007

    Placeholder slot — edit in console (kubernetes-stub-007).

  3. 27
    Rolling Updates with Deployment

    Perform a rolling update with Deployment in Kubernetes: step-by-step walkthrough, mental model, hands-on exercise, troubleshooting, and what to study next.

  4. 28
    Kubernetes Tutorial — Part 008

    Placeholder slot — edit in console (kubernetes-stub-008).

  5. 29
    Roll back a faulty Deployment

    Learn how to roll back a faulty Deployment in Kubernetes. Step-by-step instructions, troubleshooting tips, and hands-on practice to revert changes and maintain cluster stability.

  6. 30
    Kubernetes Tutorial — Part 009

    Placeholder slot — edit in console (kubernetes-stub-009).

  7. 31
    Kubernetes Service Types

    Learn how ClusterIP, NodePort, and LoadBalancer services work in Kubernetes with a hands-on exercise and troubleshooting tips.

  8. 32
    Kubernetes Tutorial — Part 010

    Placeholder slot — edit in console (kubernetes-stub-010).

  9. 33
    NodePort Service Expose

    Learn how to expose a Kubernetes Deployment using a NodePort service with a hands-on walkthrough, comparison of options, troubleshooting, and next steps.

  10. 34
    Kubernetes Tutorial — Part 011

    Placeholder slot — edit in console (kubernetes-stub-011).

  11. 35
    Use port-forwarding to access pods

    Learn how to use kubectl port-forward to access your Kubernetes pods locally. Hands-on guide with troubleshooting and next steps.

  12. 36
    Kubernetes Tutorial — Part 012

    Placeholder slot — edit in console (kubernetes-stub-012).

    Kubernetes Tutorial — step-by-step tutorials

    What you will find here

    This track walks through kubernetes tutorial in order — each lesson is server-rendered HTML you can read without JavaScript. Follow the outline, then practice in the browser IDE when a lesson links to runnable code.

    Tutorials vs quizzes and code samples

    Tutorials teach in sequence. For quick checks use quizzes. For copy-paste snippets see code samples. For deeper reading browse articles.