Skip to content

Commit 648b829

Browse files
authored
Merge pull request #40975 from sftim/20230505_fix_autoscaling_in_kubernetes_2017
Fix 2017 autoscaling blog article
2 parents c5ee829 + c663421 commit 648b829

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
2-
title: " Autoscaling in Kubernetes "
2+
title: "Autoscaling in Kubernetes"
33
date: 2017-11-17
44
slug: autoscaling-in-kubernetes
55
url: /blog/2017/11/Autoscaling-In-Kubernetes
66
---
77

8+
Kubernetes allows developers to automatically adjust cluster sizes and the number of
9+
pod replicas based on current traffic and load. These adjustments reduce the amount of
10+
unused nodes, saving money and resources. In this talk, Marcin Wielgus of Google walks
11+
you through the current state of pod and node autoscaling in Kubernetes: how it works,
12+
and how to use it, including best practices for deployments in production applications.
813

9-
Kubernetes allows developers to automatically adjust cluster sizes and the number of pod replicas based on current traffic and load. These adjustments reduce the amount of unused nodes, saving money and resources. In this talk, Marcin Wielgus of Google walks you through the current state of pod and node autoscaling in Kubernetes: .how it works, and how to use it, including best practices for deployments in production applications.
14+
{{< youtube id="m3Ma3G14dJ0" title=" Autoscaling in Kubernetes [I] - Marcin Wielgus, Google" >}}
1015

11-
Enjoyed this talk? Join us for more exciting sessions on scaling and automating your Kubernetes clusters at KubeCon in Austin on December 6-8. [Register Now](https://www.eventbrite.com/e/kubecon-cloudnativecon-north-america-registration-37824050754?_ga=2.9666039.317115486.1510003873-1623727562.1496428006)
16+
Enjoyed this talk? Join us for more exciting sessions on scaling and automating your
17+
Kubernetes clusters at KubeCon in Austin on December 6-8.
18+
<del><a href="https://www.eventbrite.com/e/kubecon-cloudnativecon-north-america-registration-37824050754">Register now</a>.</del>
1219

1320
Be sure to check out [Automating and Testing Production Ready Kubernetes Clusters in the Public Cloud](http://sched.co/CU64) by Ron Lipke, Senior Developer, Platform as a Service, Gannet/USA Today Network.

0 commit comments

Comments
 (0)