mirror of https://github.com/istio/istio.io.git
Add Training and Certification section (#15238)
Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
5bff1fd23b
commit
ebd20f9db5
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
title: Training and Certification
|
||||||
|
description: A list of providers for professional Istio Training and Certification.
|
||||||
|
subtitle: The array of providers who can help you with professional Istio Training and Certification.
|
||||||
|
weight: 34
|
||||||
|
skip_toc: true
|
||||||
|
skip_byline: true
|
||||||
|
skip_pagenav: true
|
||||||
|
doc_type: about
|
||||||
|
---
|
||||||
|
|
||||||
|
[comment]: <> (To add an Istio certification or training, please see https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio.)
|
||||||
|
|
||||||
|
{{< tabset category-name="ecosystem-type" class="tabset--ecosystem" forget-tab=true >}}
|
||||||
|
|
||||||
|
{{< tab
|
||||||
|
name="Training"
|
||||||
|
category-value="Training"
|
||||||
|
description="Learn how Istio Service Mesh can boost your platform, with well crafted, professional courses."
|
||||||
|
>}}
|
||||||
|
|
||||||
|
{{< interactive_panels items="training" >}}
|
||||||
|
|
||||||
|
{{< /tab >}}
|
||||||
|
|
||||||
|
{{< tab
|
||||||
|
name="Certification"
|
||||||
|
category-value="Certification"
|
||||||
|
description="Here are some of the well-known certification exams available to validate your Istio skills"
|
||||||
|
>}}
|
||||||
|
|
||||||
|
{{< interactive_panels items="certification" >}}
|
||||||
|
|
||||||
|
{{< /tab >}}
|
||||||
|
|
||||||
|
{{< /tabset >}}
|
||||||
|
|
||||||
|
{{< interactive_panel_modal >}}
|
|
@ -594,3 +594,40 @@ users:
|
||||||
- name: "GoTo Financial"
|
- name: "GoTo Financial"
|
||||||
logo: "/logos/gotofinancial.svg"
|
logo: "/logos/gotofinancial.svg"
|
||||||
url: "https://gotofinancial.com/"
|
url: "https://gotofinancial.com/"
|
||||||
|
|
||||||
|
training:
|
||||||
|
- name: "Introduction to Istio"
|
||||||
|
logo: "/logos/lf-training.png"
|
||||||
|
url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs144/"
|
||||||
|
description: "Introduction to Istio (LFS144)"
|
||||||
|
details:
|
||||||
|
- "This course is a practical introduction to Istio, designed for anyone who wishes to build on their knowledge of Linux, Docker, and Kubernetes to learn how to install and configure a service mesh and to understand the benefits of deploying and running distributed applications in a service mesh environment."
|
||||||
|
- name: "Istio ServiceMesh Essentials"
|
||||||
|
logo: "/logos/lf-training.png"
|
||||||
|
url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs245/"
|
||||||
|
description: "Istio ServiceMesh Essentials (LFS245)"
|
||||||
|
details:
|
||||||
|
- "Dive into Istio, the secure, feature-rich, service mesh solution for Kubernetes-based microservices architecture."
|
||||||
|
- name: "Your Name Here"
|
||||||
|
logo: "/logos/istio.svg"
|
||||||
|
url: "https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio"
|
||||||
|
description: "Submit a PR to add your professional Istio course details here!"
|
||||||
|
details:
|
||||||
|
- "Add information about your what the course focuses on"
|
||||||
|
- "You can add multiple paragraphs."
|
||||||
|
|
||||||
|
certification:
|
||||||
|
- name: "Istio Certified Associate"
|
||||||
|
logo: "/logos/ica-icon-color.svg"
|
||||||
|
url: "https://training.linuxfoundation.org/certification/istio-certified-associate-ica/"
|
||||||
|
description: "The Istio Certified Associate (ICA) by the Linux Foundation"
|
||||||
|
details:
|
||||||
|
- "The Istio Certified Associate (ICA) exam demonstrates a solid understanding of Istio principles, terminology, and best practices for setting up Istio."
|
||||||
|
- "The ICA is a pre-professional certification designed for engineers, CI/CD practitioners, or anyone with special interests in Istio. A certified ICA will confirm their foundational knowledge of Istio principles, terminology, and best practices and demonstrate their ability to set up Istio."
|
||||||
|
- name: "Your Name Here"
|
||||||
|
logo: "/logos/istio.svg"
|
||||||
|
url: "https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio"
|
||||||
|
description: "Submit a PR to add your professional Istio certification exam details here!"
|
||||||
|
details:
|
||||||
|
- "Add information about your how the certification exam can be taken"
|
||||||
|
- "You can add multiple paragraphs."
|
10
hugo.toml
10
hugo.toml
|
@ -147,13 +147,21 @@ disableAliases = true
|
||||||
parent = "about"
|
parent = "about"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "training"
|
||||||
|
name = "Training"
|
||||||
|
title = "Training"
|
||||||
|
url = "/about/training"
|
||||||
|
parent = "about"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "faq"
|
identifier = "faq"
|
||||||
name = "FAQ"
|
name = "FAQ"
|
||||||
title = "FAQ"
|
title = "FAQ"
|
||||||
url = "/about/faq"
|
url = "/about/faq"
|
||||||
parent = "about"
|
parent = "about"
|
||||||
weight = 6
|
weight = 7
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue