You've successfully subscribed to The DevOps Bootcamp πŸš€
Great! Next, complete checkout for full access to The DevOps Bootcamp πŸš€
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.
Success! Your billing info is updated.
Billing info update failed.

Labs

Istio Certified Associate Exam Preparation - Traffic Management Scenarios

Istio Certified Associate Exam Preparation - Traffic Management Scenarios
Members Public

These scenarios can be used standalone for ICA exam preparation or to learn and study Istio service mesh. Weekly new ones!

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab 4/4 πŸ”¬Istio Ambiant Mesh

Lab 4/4 πŸ”¬Istio Ambiant Mesh
Members Public

Ambient interoperability with sidecarsAll the Pods don't need to use the new Ambient mode. You can have some Pods using sidecars while others are using Ambient. Let's create a new namespace called httpbin: kubectl create namespace httpbinTo use sidecars in this namespace, you need to label it accordingly: kubectl label

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab 3/4 πŸ”¬Istio Ambiant Mesh

Lab 3/4 πŸ”¬Istio Ambiant Mesh
Members Public

L7 authorization policiesL4 policies are useful but may not be sufficient for your needs. For example, you’ll be able to send any request to the web-api service from the sleep pod while you may only want to allow requests with the GET method. In order to have any L7

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab 2/3 πŸ”¬Istio Ambiant Mesh

Lab 2/3 πŸ”¬Istio Ambiant Mesh
Members Public

Add services to AmbientAdding services to Ambient is very simple. You just need to add the istio.io/dataplane-mode=ambient label to your namespace to have all the corresponding pods managed by Ambient. kubectl label namespace default istio.io/dataplane-mode=ambientNow, take a look at the logs of the Istio

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab 1/3 πŸ”¬Istio Ambiant Mesh

Lab 1/3 πŸ”¬Istio Ambiant Mesh
Members Public

Deploy a KinD cluster Set the context environment variable: export CLUSTER1=cluster1Run the following commands to deploy a multi node Kubernetes cluster using KinD: data/steps/deploy-kind-cluster/deploy-multi.sh 1 cluster1Creating cluster "kind1" ... βœ“ Ensuring node image (kindest/node:v1.24.0) πŸ–Ό βœ“ Preparing nodes πŸ“¦ πŸ“¦ πŸ“¦ πŸ“¦ βœ“ Writing configuration πŸ“œ βœ“ Starting control-plane πŸ•ΉοΈ βœ“ Installing CNI πŸ”Œ βœ“ Installing

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Networking Foundations Workshop

Networking Foundations Workshop
Members Public

The goal of this workshop is to enable the audience to identify and design networking solutions at several levels in the OSI stack.

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab πŸ”¬ Shadow strategy with Kubernetes

Lab πŸ”¬ Shadow strategy with Kubernetes
Members Public

Deploy and Upgrade an application on kubernetes based on the Shadow strategy

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Lab πŸ”¬ A/B testing using Istio

Lab πŸ”¬ A/B testing using Istio
Members Public

Deploy and Upgrade an application on kubernetes based on the A/B testing strategy and using Istio service mesh

Yiadh TLIJANI
Yiadh TLIJANI
Labs