File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
content/pl/docs/tutorials/kubernetes-basics/scale Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,14 @@ kubectl expose deployment/kubernetes-bootcamp --type="LoadBalancer" --port 8080
44
44
## Ogólnie o skalowaniu {#scaling-overview}
45
45
46
46
<!-- animation -->
47
- <div class =" col-md-8 " >
48
- <div id =" myCarousel " class =" carousel " data-ride =" carousel " data-interval =" 3000 " >
49
- <div class="carousel-inner" role="listbox">
50
- <div class="item carousel-item active">
51
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_05_scaling1.svg">
52
- </div>
53
- <div class="item carousel-item">
54
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_05_scaling2.svg">
55
- </div>
56
- </div>
57
- </div >
58
- </div >
47
+ {{< tutorials/carousel id="myCarousel" interval="3000" >}}
48
+ {{< tutorials/carousel-item
49
+ image="/docs/tutorials/kubernetes-basics/public/images/module_05_scaling1.svg"
50
+ active="true" >}}
51
+
52
+ {{< tutorials/carousel-item
53
+ image="/docs/tutorials/kubernetes-basics/public/images/module_05_scaling2.svg" >}}
54
+ {{< /tutorials/carousel >}}
59
55
60
56
{{% alert %}}
61
57
_ Skalowanie polega na zmianie liczby replik w ramach Deploymentu._
@@ -229,4 +225,4 @@ To potwierdza, że 2 Pody zostały zakończone.
229
225
* Samouczek [ Aktualizacje Rolling Update] ( /docs/tutorials/kubernetes-basics/update/update-intro/ ) .
230
226
231
227
* Dowiedz się więcej o [ ReplicaSet] ( /docs/concepts/workloads/controllers/replicaset/ ) .
232
- * Dowiedz się więcej o [ Autoskalowaniu] ( /docs/concepts/workloads/autoscaling/ ) .
228
+ * Dowiedz się więcej o [ Autoskalowaniu] ( /docs/concepts/workloads/autoscaling/ ) .
You can’t perform that action at this time.
0 commit comments