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.

Openshift

What is a Service Mesh and Why Should you Care About It

What is a Service Mesh and Why Should you Care About It
Members Public

In this article, we’ll explain what a service mesh is, why it’s needed, and lay out the service mesh startup landscape as it exists today.

Yiadh TLIJANI
Yiadh TLIJANI
Networking
Secrets Management with HashiCorp Vault

Secrets Management with HashiCorp Vault
Members Public

Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets using HashiCorp Vault

Yiadh TLIJANI
Yiadh TLIJANI
Security
Introduction to Service Meshes on Kubernetes

Introduction to Service Meshes on Kubernetes
Members Public

What is a service mesh? How does it work? Why would you want a service mesh in your application and what can it provide? Get a quick overview of service mesh and Kubernetes.

Yiadh TLIJANI
Yiadh TLIJANI
Networking
50+ Useful Kubernetes Tools

50+ Useful Kubernetes Tools
Members Public

Supercharge Kubernetes with these Awesome Tools

Yiadh TLIJANI
Yiadh TLIJANI
Kubernetes
Deployment Strategies for Microservices

Deployment Strategies for Microservices
Members Public

Deploy and upgrade microservices efficiently using various deployment strategies, including rolling deployments and more advanced methods like canary and its variants.

Yiadh TLIJANI
Yiadh TLIJANI
Methodologies
Understanding Kubernetes Operators

Understanding Kubernetes Operators
Members Public

Almost every Kubernetes tutorial speaks about how to quickly deploy a container in a pod and expose it as a service. Mostly these tutorials focus on stateless services and ignore a deeper explanation of state management in Kubernetes. But Kubernetes supports both types of deployments, the stateless deployments and stateful

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