-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add command for a "Getting Started" workshop using eduk8s as addon #8482
Comments
@blues-man: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hey @blues-man thanks for opening this issue, I think this could be really cool. Would you be interested in first implementing this as an addon? You can find docs around implementing addons here and some recent example PRs adding other addons here: #8129 |
Hi @priyawadhwa, thanks for the feedback! I'm discussing also with eduk8s folks for possibly collaborating on this, we would need to check couples of things like everything is fine their side, all software license involved are OK and workshops tuning for minikube. I would be happy to contribute to the addon, I understood the mechanism from doc and previous contribution I did there, what I'm missing for this one, and I would like to discuss here, are points like:
I would also add the integration tests for this addon because the installation of the Operator and CRs for the Workshop are part of a sequence of tasks that need to be validated and consistent. |
Hey @blues-man awesome! To address your questions:
or
Sounds good! An integration test would be key here. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
Hello,
I was thinking that it would be nice having a katacoda-like tutorial for beginners for local Kubernetes with Minikube, available from cli command and implemented as addon.
One good candidate for this could be creating an addon for eduk8s, a workshop framework installable via Operator and providing CR for creating interactive content, containing the Kubernetes Foundamentals 1h workshop (or creating a new one).
The flow would be similar to
minikube dashboard
command which activates dashboad addon, in this case it would be:$ minikube getstarted
or
$ minikube tutorial
activating
eduk8s
addon orgetstarted
addon (containing eduk8s + workshop), opening the browser pointing to eduk8s ingress.This would help people that'd love to learn Kubernetes doing it from their workstation with Minikube, having so a local persistent env were to execute exercises, and taking benefit from storage and ingress components already available, needed by the workshop framework in this case.
How does that sound?
The text was updated successfully, but these errors were encountered: