Skip to content

This is your playground to tinker with Kubernetes and get hands-on experience. Here's a quick overview of what you'll find in each folder:

Notifications You must be signed in to change notification settings

dherranzf/kubernetes-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

[Autogenerated Readme with IA]

Kubernetes Exercises πŸ”§βš™οΈ

Welcome to the Kubernetes Exercises repo! This is your playground to tinker with Kubernetes and get hands-on experience. Here's a quick overview of what you'll find in each folder:

πŸ“ blue-and-green-deploy

Contains two deployment versions (V1 and V2) for an app called app-alpha-back. This setup is for practicing blue-green deployments, where you can switch between two versions of the app without any downtime. There's also a service file (service.yaml) to define how to access the app.

πŸ“ canary-deploy

Similar to the blue-and-green folder, this one has two deployment versions (V1 and V2) for the same app app-alpha-back. However, this setup is for canary deployments, where you roll out a new version to a small percentage of users first. Includes a service file (service.yaml).

πŸ“ networks

Contains a network policy (np-egress-podselector.yaml) that defines egress rules to control outgoing traffic from pods in the project-alpha namespace.

πŸ“ sidecar-logging

Contains a deployment configuration (deploy.yaml) for an app called app-alpha with sidecar containers for logging. This setup includes init containers and a logger container to handle log files.

πŸ“„ .gitignore

Specifies which files and folders should be ignored by Git, such as compiled files, logs, and other temporary files.

πŸ“„ README.md

The file you're reading right now. 😊

Feel free to add more deployment configurations, network policies, or anything else related to Kubernetes that you want to experiment with. Happy tinkering!

About

This is your playground to tinker with Kubernetes and get hands-on experience. Here's a quick overview of what you'll find in each folder:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published