Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable tutorial proposal #2573

Merged
merged 16 commits into from
Oct 7, 2024
26 changes: 26 additions & 0 deletions contributions/executable-tutorial/hexu-tianning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

Using Skaffold for Local Kubernetes Development and CI/CD.

## Names and KTH ID

- Hexu Li (hexu@kth.se)
- Tianning Liang (tianning@kth.se)

## Deadline

- Task 3

## Category

- Executable Tutorial

## Description

We will introduce how to use Skaffold for automating build, push, and deployment in a local Kubernetes cluster (Minikube). We plan to create a simple application, write its Dockerfile and Kubernetes manifest, and use Skaffold to streamline development.

**Relevance**

Skaffold can simplify the CI/CD process and speed up deployment, making it easier to modify and debug configurations.
Loading