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

Improve local k8s developer experience #1849

Closed
2 tasks
lambdanis opened this issue Dec 6, 2023 · 2 comments · Fixed by #1920
Closed
2 tasks

Improve local k8s developer experience #1849

lambdanis opened this issue Dec 6, 2023 · 2 comments · Fixed by #1920
Assignees

Comments

@lambdanis
Copy link
Contributor

lambdanis commented Dec 6, 2023

The current state of the local k8s devexp is the following:

  • contrib/localdev directory contains scripts for running a local Kind cluster and installing Tetragon in it
  • Development setup docs page explains how to use these scripts and also has some instructions for Minikube

The commands in the docs seem a bit complicated and they don't cover anything apart from the basic installation (for example passing custom Helm values). I'm not sure if Minikube instructions are useful at all.

To make local k8s development easier I suggest to:

  • Introduce Makefile rules for easy local development in Kind. Maybe the Cilium setup (and docs) can be some inspiration.
  • Update dev docs to use Makefile rules and cover a bit more advanced options. Remove Minikube instructions if nobody needs them.

Somewhat related: #1847

@sadath-12
Copy link
Contributor

assign me

@sadath-12
Copy link
Contributor

I agree with removing minikube . Its just too overloaded in every aspects from kind no reason to use it over kind

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 a pull request may close this issue.

2 participants