-
Notifications
You must be signed in to change notification settings - Fork 0
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
k3s to facilitate MVP deployment #27
Comments
Needs docs for Linux and OSX. |
I was finally able to get a KVM created on which to run k3s, but otherwise have been unable to focus on making progress on this effort. |
Thanks to @daachi for getting things configured so I could start using my workstation as a sandbox for on-prem experiments. I have found k3d a useful tool for starting to interact with a single-host k3s MVP deployment, at least for testing purposes. I had to bump kubectl version
k3d version
docker version
helm version
|
Created https://github.com/casangi/RADPS/wiki/Kubernetes to store "notes on the design and implementation", mirroring the wiki pages set up for Prefect tutorial and workflow design notes. |
The same basic deployment of k3s (using default k3d) works on mac 14.7 (Apple M3 Pro) running Docker Desktop 27.4.0 and recent versions of k3d/kubectl/helm installed via macports. Testing to make sure it works: Confirmed that it's functional after installing a helm chart:
This shows that configurable lightweight Kubernetes deployments can be quickly spun up for testing on developer machines. |
Objective
Use k3s to get an easy, local, light weight Kubernetes deployment that we can then test our workflow tools on, before deploying to our actual cluster.
Definition of Done
Artifacts
The text was updated successfully, but these errors were encountered: