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 Submission #2634

Merged
merged 20 commits into from
Oct 16, 2024
Merged

Executable Tutorial Submission #2634

merged 20 commits into from
Oct 16, 2024

Conversation

HexuL
Copy link
Contributor

@HexuL HexuL commented Oct 9, 2024

Assignment Submission

Title

Using Skaffold for Local Kubernetes Development and CI/CD

Names and KTH ID

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.

Submission

The Git Repo of the tutorial: https://github.com/HexuL/Executable-Tutorial

The tutorial: https://killercoda.com/executable-tutorial

@@ -11,7 +11,7 @@ Using Skaffold for Local Kubernetes Development and CI/CD.

## Deadline

- Task 3
- Task 2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Originally you choose Task 3, please maintain that.

@sofiabobadilla
Copy link
Collaborator

Great.
I'll merge the submission.

@sofiabobadilla sofiabobadilla merged commit 696a52a into KTH:2024 Oct 16, 2024
1 check passed
@sofiabobadilla
Copy link
Collaborator

HI @HexuL
I'm running your tutorial and I keep getting:
"one or more valid Kubernetes manifests are required to run skaffold"

I'm on the demo folder, and already created the deployment.yml file.

Any idea of what could be the error?

@Tian0602
Copy link
Contributor

Tian0602 commented Oct 17, 2024

HI @HexuL I'm running your tutorial and I keep getting: "one or more valid Kubernetes manifests are required to run skaffold"

I'm on the demo folder, and already created the deployment.yml file.

Any idea of what could be the error?
@sofiabobadilla
Hi! I followed the tutorial again and didn't encounter the error. Since the "Kubernetes manifests" should refer to skaffold.yaml, did you face the error in Initialize Skaffold:step 2 or did you create skaffold.yaml successfully?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants