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.

Automation

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