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.
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
8 Deployment Strategies Explained and Compared

8 Deployment Strategies Explained and Compared
Members Public

Itโ€™s common to hear people referring to their deployment strategy as "DevOps", but that's not quite accurate. DevOps is a philosophy and culture, while deployment strategies are more narrowly focused on the actual steps used to deploy software. Still, it's important for your team to think about its deployment

Yiadh TLIJANI
Yiadh TLIJANI
Introduction to Istio Service Mesh

Introduction to Istio Service Mesh
Members Public

Istio - Service Mesh to provide Traffic Control, Security and Observability for Kubernetes

Yiadh TLIJANI
Yiadh TLIJANI
Kubernetes

(Untitled)
Members Public

Here are some interview questions focused on AWS Virtual Private Cloud (VPC). They range from basic to advanced to cover various skill levels: Basic Questions 1. What is an AWS VPC, and why is it used? 2. Explain the difference between a public subnet and a private subnet. 3. What

Yiadh TLIJANI
Yiadh TLIJANI

Kubernetes Tools for Developers and Administrators
Members Public

A Kubernetes tool is any software or utility that helps manage, deploy, monitor, or scale applications within a Kubernetes cluster. Kubernetes itself is an open-source platform designed to automate deploying, scaling, and operating application containers. There are various tools within the Kubernetes ecosystem that enhance its functionality, streamline operations, and

Yiadh TLIJANI
Yiadh TLIJANI
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