Skip to content

Commit c74a403

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dev-1.33
2 parents 2c5cb62 + 1068ae8 commit c74a403

File tree

256 files changed

+9793
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+9793
-764
lines changed

OWNERS_ALIASES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ aliases:
139139
sig-docs-ko-owners: # Admins for Korean content
140140
- gochist
141141
- jihoon-seo
142+
- jongwooo
142143
- seokho-son
143144
- yoonian
144145
- ysyukr

content/en/blog/_posts/2025-02-03-introducing-jobset/index.md renamed to content/en/blog/_posts/2025-03-23-introducing-jobset/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: blog
33
title: "Introducing JobSet"
4-
date: 2025-02-03
4+
date: 2025-03-23
55
slug: introducing-jobset
6-
draft: true
76
---
87

98
**Authors**: Daniel Vega-Myhre (Google), Abdullah Gharaibeh (Google), Kevin Hannon (Red Hat)

content/en/case-studies/nokia/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
logo: nokia_featured_logo.png
77

88
new_case_study_styles: true
9-
heading_background: /images/case-studies/nokia/banner1.jpg
10-
heading_title_logo: /images/nokia_logo.png
9+
heading_background: /images/case-studies/nokia/banner3.jpg
10+
heading_title_logo: /images/nokia-white-on-transparent.png
1111
subheading: >
1212
Nokia: Enabling 5G and DevOps at a Telecom Company with Kubernetes
1313
case_study_details:
@@ -41,7 +41,6 @@ <h2>Impact</h2>
4141
<p>Looking for a way to allow its teams to build products with infrastructure-agnostic behavior, the company decided to embrace containerization, Kubernetes, and other cloud native technologies, a move that is being made across the telecom industry. Since early 2018, "when people are picking up their phones and making a call on Nokia networks, they are creating containers in the background with Kubernetes," says Csatari. "Now, all the products are doing some kind of re-architecture work, and they're moving to Kubernetes."</p>
4242

4343
{{< case-studies/quote
44-
image="/images/case-studies/nokia/banner3.jpg"
4544
author="Gergely Csatari, Senior Open Source Engineer, Nokia"
4645
>}}
4746
"Having the community and CNCF around Kubernetes is not only important for having a connection to other companies who are using Kubernetes and a forum where you can ask or discuss features of Kubernetes. But as a company who would like to contribute to Kubernetes, it was very important to have a CLA (Contributors License Agreement) which is connected to the CNCF and not to a particular company. That was a critical step for us to start contributing to Kubernetes and Helm."
@@ -54,7 +53,6 @@ <h2>Impact</h2>
5453
<p>That meant that they needed to be able to set affinity and anti-affinity rules in their orchestration tools. "You cannot put all of the functions to the same physical host because physical hosts are failing," Csatari explains. "If you fail with one physical host, then you lose all of the core processing processes. Then there are no calls going through. So we have to divide them among the different physical hosts. At that time, only Kubernetes was able to provide these features. The simplicity of the label-based scheduling of Kubernetes was a sign that showed us this architecture will scale, will be stable, and will be good for our purposes."</p>
5554

5655
{{< case-studies/quote
57-
image="/images/case-studies/nokia/banner4.jpg"
5856
author="Gergely Csatari, Senior Open Source Engineer, Nokia"
5957
>}}
6058
"Kubernetes opened the window to all of these open source projects instead of implementing everything in house. Our engineers can focus more on the application level, which is actually the thing what we are selling, and not on the infrastructure level. For us, the most important thing about Kubernetes is it allows us to focus on value creation of our business."
82.3 KB
Loading
325 KB
Loading

content/en/case-studies/nokia/nokia_featured_logo.svg

Lines changed: 686 additions & 1 deletion
Loading

content/en/docs/tasks/debug/debug-cluster/crictl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,4 @@ The output is similar to this:
238238
## {{% heading "whatsnext" %}}
239239

240240
* [Learn more about `crictl`](https://github.com/kubernetes-sigs/cri-tools).
241-
* [Map `docker` CLI commands to `crictl`](/docs/reference/tools/map-crictl-dockercli/).
242241

content/en/training/_index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,24 @@ <h5>
145145
</div>
146146
</section>
147147

148+
149+
<section class="call-to-action">
150+
<div class="main-section">
151+
<div class="call-to-action" id="cta-kubestronaut">
152+
<div class="cta-text">
153+
<h2>Kubestronaut Program: Elevate Your Kubernetes Expertise</h2>
154+
<p> The CNCF's Kubestronaut Program celebrates and recognizes exceptional community leaders who have demonstrated a profound commitment to mastering Kubernetes. This prestigious initiative highlights individuals who have consistently invested in their ongoing education and achieved the highest levels of proficiency. To earn the esteemed title of Kubestronaut, individuals must successfully obtain and maintain all five CNCF Kubernetes certifications: Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD), Certified Kubernetes Security Specialist (CKS), Kubernetes and Cloud Native Associate (KCNA), and Kubernetes and Cloud Security Associate (KCSA). </p>
155+
</div>
156+
<div class="cta-img-container">
157+
<div class="logo-certification cta-image" id="logo-kubestronaut">
158+
<img src="/images/training/kubestronaut-stacked-color.svg" />
159+
</div>
160+
</div>
161+
</div>
162+
</div>
163+
</section>
164+
165+
148166
<div class="padded lighter-gray-bg">
149167
<div class="main-section two-thirds-centered">
150168
<center>
@@ -155,4 +173,4 @@ <h2>Kubernetes Training Partners</h2>
155173
<div class="main-section landscape-section">
156174
{{< cncf-landscape helpers=false category="special--kubernetes-training-partner" >}}
157175
</div>
158-
</div>
176+
</div>

content/id/docs/concepts/security/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Huawei Cloud | https://www.huaweicloud.com/intl/id-id/securecenter/overallsafety
3838
IBM Cloud | https://www.ibm.com/cloud/security |
3939
Microsoft Azure | https://docs.microsoft.com/en-us/azure/security/azure-security |
4040
Oracle Cloud Infrastructure | https://www.oracle.com/security/ |
41-
VMWare VSphere | https://www.vmware.com/security/hardening-guides.html |
41+
VMWare VSphere | https://www.vmware.com/solutions/security/hardening-guides |
4242

4343
Jika kamu mengoperasikan perangkat keras kamu sendiri, atau penyedia layanan cloud yang berbeda, kamu perlu merujuk pada dokumentasi penyedia layanan cloud yang kamu pakai untuk praktik keamanan terbaik.
4444

0 commit comments

Comments
 (0)