Now, let's try to make your data persistent after the pod destroyed. Is that possible?
Chapters:
01:25 Explanation about Horizontal Pod Autoscaling
03:00 Setting up resource limit
07:00 Generating load test for cluster
09:00 Creating Horizontal Pod Autoscaling using kubectl autoscale
11:10 Installing metrics-server:
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
kubectl patch deployment metrics-server -n kube-system --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/args/-", "value": "--kubelet-insecure-tls"}]'
15:30 Testing autoscaling feature
Watch complete Kubernetes for beginner video in this playlist: https://www.youtube.com/watch?v=QW70-9NC_0c&list=PLAog7t_ArobvRKXzf5vRdAK0hK-9D0VH3&ab_channel=DevOps%26CloudwithAryya
Join this channel to get access to perks:
https://www.youtube.com/channel/UCApg6-IAzDl41f1H4dr-c8g/join
Download
0 formats
No download links available.
Kubernetes Tutorial for Beginner - 09. Horizontal Pod Autoscaling Explained | NatokHD