diff --git a/contributions/executable-tutorial/hexu-tianning/README.md b/contributions/executable-tutorial/hexu-tianning/README.md new file mode 100644 index 000000000..d94f160f6 --- /dev/null +++ b/contributions/executable-tutorial/hexu-tianning/README.md @@ -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.