Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/championshuttler/kodekloud_engineer_labs

Linux. Cloud. DevOps.
https://github.com/championshuttler/kodekloud_engineer_labs

bash kodekloud kodekloud-engineer kodekloud-engineer-tasks linux scripting

Last synced: 7 days ago
JSON representation

Linux. Cloud. DevOps.

Awesome Lists containing this project

README

        

# Kodekloud Engineer Labs

This repository contains all my notes for Kodekloud Engineer tasks which are all performed in a live Linux environment. These tasks simulate actual enterprise challenges and mimics the day-to-day work of System Administrators and Devops Engineers.

For each task, a set of requirements are given. The documentations for the servers are also provided. It is up for the "engineer" to find the solution for each problem.

To learn more, check out the following links:

- [Kodekloud Engineer-Version 1](https://kodekloudhub.github.io/kodekloud-engineer/docs/getting-started)

- [Kodekloud Engineer-Version 2](https://kodekloud.com/community/t/kke-v2-0-user-documentation/338901)

Readme is taken from https://github.com/joseeden/KodeKloud_Engineer_Labs/blob/main/README.md

## Labs - Per Category

### Kubernetes

**Level 4**

✔️ Lab 001 - [Deploy Redis Deployment on Kubernetes](./kubernetes4/1.%20Deploy%20Redis%20Deployment%20on%20Kubernetes.yaml)
✔️ Lab 002 - [Deploy MySQL on Kubernetes](./kubernetes4/2.%20Deploy%20MySQL%20on%20Kubernetes.yaml)
✔️ Lab 003 - [Kubernetes Nginx and PhpFPM Setup](./kubernetes4/3.%20Kubernetes%20Nginx%20and%20PhpFPM%20Setup.yaml)
✔️ Lab 004 - [Deploy Drupal App on Kubernetes](./kubernetes4/4.%20Deploy%20Drupal%20App%20on%20Kubernetes.yaml)
✔️ Lab 005 - [Deploy Guest Book App on Kubernetes](./kubernetes4/5.%20Deploy%20Guest%20Book%20App%20on%20Kubernetes.yaml)

----------------------------------------------