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

Lab πŸ”¬ A Practical kubernetes Operator using Ansible

Lab πŸ”¬ A Practical kubernetes Operator using Ansible
Members Public

Right around the time Red Hat [https://www.redhat.com/] was acquiring them, CoreOS [https://www.coreos.com/] announced the release of a new framework and development kit around a concept called β€œOperators [https://coreos.com/operators/]”. Since then, Operators have evolved into one of the best ways to effectively

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Ansible

Ansible
Members Public

What's Ansible? Like Chef, Puppet or Salt, Ansible is a configuration management and provisioning tool. Ansible distinguishes two types of servers: controlling machines and nodes. First, there is a single controlling machine which is where orchestration begins. The controlling machine describes the location of nodes through its inventory.Nodes are

Yiadh TLIJANI
Yiadh TLIJANI
Automation
Istio Training 1 πŸ”¬ Learning the basics of Envoy

Istio Training 1 πŸ”¬ Learning the basics of Envoy
Members Public

Learning the basics of Envoy Running Envoy In this lab we will dig into one of the foundational pieces of Istio, the "data plane" or service proxy. These live with each service/application instance on the request path on both origination of a service call as well as usually on

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Istio Training 2 πŸ”¬ Installing Istio

Istio Training 2 πŸ”¬ Installing Istio
Members Public

Installing Istio In the previous lab we saw how Envoy works. We also saw that Envoy needs a control plane to configure it in a dynamic environment like a cloud platform built on containers or Kubernetes. Istio provides that control plane to drive the behavior of the network. Istio provides

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Istio Training 3 πŸ”¬ Istio observability systems

Istio Training 3 πŸ”¬ Istio observability systems
Members Public

Connecting To Observability Systems One of the most powerful parts of Istio is its ability to use the mesh to quickly troubleshoot and diagnose issues that inevitably come up in microservices networking. Where are requests slowing down? Where are they failing? Where are things becoming overloaded? Having something like Envoy

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Istio Training 4 πŸ”¬ Creating An Ingress Gateway For Istio

Istio Training 4 πŸ”¬ Creating An Ingress Gateway For Istio
Members Public

Creating An Ingress Gateway For Istio Getting started with Envoy based technologies is best by starting small and iteratively growing. In this lab we will take a look at adopting Envoy at the edge with the Istio ingress gateway. The intention of the ingress gateway is to allow traffic into

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Istio Training 5 πŸ”¬ Add Services to Istio

Istio Training 5 πŸ”¬ Add Services to Istio
Members Public

Add Services to Istio In this lab we will be gradually adding services to the Istio service mesh we installed in earlier labs. We will cover how to examine envoy configuration for your services, how to delay your application from starting until the sidecar proxy is ready, how to enable

Yiadh TLIJANI
Yiadh TLIJANI
Labs
Istio Training 6 πŸ”¬ Rollout mTLS to your services

Istio Training 6 πŸ”¬ Rollout mTLS to your services
Members Public

Rollout mTLS to your services Istio can automatically encrypt traffic between services in the mesh with mutual TLS. For this to happen, both sides of the connection must be in the mesh and configured for mTLS. By default, with no configuration specified, Istio will adopt a "permissive" policy which means

Yiadh TLIJANI
Yiadh TLIJANI
Labs