mirror of https://github.com/istio/istio.io.git
Training and Certification - fixes (#15266)
Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
475b8882a2
commit
adcffa7acf
|
@ -73,6 +73,10 @@ Works in the same fashion as Pro services but is displayed using the ```{{< inte
|
|||
### Deployment
|
||||
To amend the deployment process page, change the contents of the `content/en/deployment/index.md` file.
|
||||
|
||||
### Training and Certification
|
||||
|
||||
Works in the same fashion as Pro services but is displayed using the ```{{< interactive_panels >}}``` with `items="training"` or `items="certification"` parameter.
|
||||
|
||||
## FAQ
|
||||
To add new content to FAQ, create a new markdown file in `content/en/about/faq/` in one of the existing categories. To add new category, create a new directory with an `index.md` markdown file with a category name as the `linktitle` attribute. ```faq_block``` partial uses the `question` and `answer` parameters. `title` attribute of individual markdown files is used as a question and the content is used as an answer.
|
||||
|
||||
|
|
|
@ -599,13 +599,13 @@ 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)"
|
||||
description: "Introduction to Istio"
|
||||
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 Service Mesh Essentials"
|
||||
logo: "/logos/lf-training.png"
|
||||
url: "https://training.linuxfoundation.org/training/istio-service-mesh-essentials-lfs245/"
|
||||
description: "Istio ServiceMesh Essentials (LFS245)"
|
||||
description: "Istio Service Mesh Essentials"
|
||||
details:
|
||||
- "This course is for application developers, DevOps engineers and security professionals, familiar with Kubernetes, who need a service mesh layer to effectively operate their containerized systems."
|
||||
- "Learn Istio essentials such as: explaining the basic building blocks of Envoy proxy and how it fits within Istio; using IstioOperator API to install, configure; and secure the mesh; manage traffic using Istio CRDs and Gateway API; and create policies to install Istio across multiple clusters."
|
||||
|
@ -621,7 +621,7 @@ 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"
|
||||
description: "The Istio Certified Associate (ICA)"
|
||||
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."
|
||||
|
|
Loading…
Reference in New Issue