Kubernetes Training Beginner to Advanced | Day 3

Опубликовано: 28 Август 2024
на канале: Littles Law
113
2

Join this channel to get access to perks:
   / @littleslawyoutubechannel  

In this video from ‪@littleslawyoutubechannel‬ , I will take you through the following steps

Summary
Created a Kubernetes Cluster: Used Minikube to set up a local Kubernetes cluster.
Deployed an App: Deployed an Nginx web server.
Explored the App: Checked the deployment and logs.
Exposed the App Publicly: Made the app accessible outside the cluster using a Service.
Scaled the App: Increased the number of replicas.
Updated the App: Rolled out a new version of the Nginx app.