-
Notifications
You must be signed in to change notification settings - Fork 165
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
Running containers with kubedock (crw-3367) #2710
Conversation
🎊 Navigate the preview: https://667bc873bdee9e8d3534797d--eclipse-che-docs-pr.netlify.app 🎊 |
feedback from Anton: I would really appreciate if we could add some more context explaining why kubedock is useful. The docs says And while that is technically true, you can also use devfile to run containers. Or k8s deployment. Kubedock is minimal container engine implementation which gives you podman(or docker)-like experience inside Dev Spaces Workspace. Developers are used to using podman/docker during their local development workflow, and kubedock brings that experience onto the OpenShift, inside Dev Spaces.. This is otherwise incredibly hard to achieve due to the inherent OpenShift security restrictions. Kubedock is specifically useful when dealing with ad-hoc, ephemeral and testing containers. Suitable use cases are (list is not exhaustive)
Once the use cases/motivation is explained, it would really good if we can share an example devfile.yaml, but ideally with accompanied git repo as well. I know this is hard, because including public github link in official documentation is always risky, so not sure what is the general rule of thumb for tech writers. Container Image Guidelines for OpenSHift are here https://docs.openshift.com/container-platform/4.15/openshift_images/create-images.html - For example, the kafka-native testcontainer wasn't compatible with openshift - it only worked in local environment. So user who used this testcontinaer locally, would be surprised if he tried to use it via kubedock in dev spaces. We had to reach out to upstream community and they had to refactor that image, so it would become OCP-compatible (luckily, the image owner was Red Hatter as well..). I am just sharing all my experience accumulated over the past weeks.. |
@agiertli let me know if you like it. I didn't include some of the details because I felt the content is pretty self-explanatory. |
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/running-containers-with-kubedock.adoc
Outdated
Show resolved
Hide resolved
@agiertli I'll have add the doc to admin guide navigation. do you have any preferences regarding where to place the doc? |
Hi, this is a user guide content, not admin. Perhaps under Getting Started https://eclipse.dev/che/docs/stable/end-user-guide/getting-started-with-che/ or a brand new section. |
@agiertli I'll have add the doc to admin guide navigation. do you have any preferences regarding where to place the doc?
My mistake. Got it! |
What does this pull request change?
What issues does this pull request fix or reference?
Specify the version of the product this pull request applies to
Pull Request checklist
The author and the reviewers validate the content of this pull request with the following checklist, in addition to the automated tests.
Validate language on files added or modified
step reports no vale warnings.