Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nirmalnaveen20/devops-with-kubernetes-hy

Exercises files for the DevOps with Kubernetes course provided by University of Helsinki
https://github.com/nirmalnaveen20/devops-with-kubernetes-hy

docker kubernetes projects python

Last synced: 10 days ago
JSON representation

Exercises files for the DevOps with Kubernetes course provided by University of Helsinki

Awesome Lists containing this project

README

        

# DevOps with Kubernetes

This repository contains exercises and projects for the **DevOps with Kubernetes** MOOC course provided by University of Helsinki.

## About the Course
The **DevOps with Kubernetes** course offers a deep dive into Kubernetes, container orchestration, and DevOps best practices. Through hands-on exercises, students learn how to deploy, manage, and scale applications using Kubernetes.

### Course Website
For detailed course content, visit:
[https://devopswithkubernetes.com/](https://devopswithkubernetes.com/)

## Repository Overview
This repository serves as a workspace for completing exercises throughout the course. It contains:
- Application code
- Dockerfiles
- Kubernetes deployment configurations
- Scripts for building, pushing, and deploying applications

## Getting Started
1. **Clone the Repository:**
```bash
git clone
cd
```

2. **Follow Exercise Instructions:**
Each exercise has its own directory with specific instructions and required files.

3. **Deploy to Kubernetes:**
Use the deployment configurations provided in each exercise directory to deploy the applications to your Kubernetes cluster.

4. **Monitor and Troubleshoot:**
After deployment, use `kubectl` to manage and troubleshoot running pods and services.

## Prerequisites
- Docker installed and running
- Kubernetes cluster (Docker Desktop or Minikube)
- kubectl installed and configured