-
Notifications
You must be signed in to change notification settings - Fork 51
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
Containerise Zowe #793
Comments
We've made good progress so far in getting a post-cupids docker image: https://github.com/zowe/zowe-dockerfiles/tree/master/dockerfiles/zowe-release/zowe-1.11.0 |
Unknown to me: Is kubernetes and helm and docker swarm technologies that can be used on top of any plain-old docker image, or do we need to carefully craft our docker image to be compatible? |
Is docker swarm even the same concept as kubernetes?
|
Survey showed that Docker on intel linux was more desired (popularity contest) over zlinux, which also won over zcx. So, we'll start with intel linux first, and hopefully it will be easy to make the others work soon after. |
"A fundamental difference between Kubernetes and Docker is that Kubernetes is meant to run across a cluster while Docker runs on a single node. Kubernetes is more extensive than Docker Swarm and is meant to coordinate clusters of nodes at scale in production in an efficient manner." |
Initial end goal: Be able to take release code and make it available via Docker, on zowe.org, as a beta. Gather feedback, strive for simplicity of configuration. |
Open question: one docker image for all components, or docker images for each components? |
UX question: what's the most elegant way to utilize plugins & static registrations without modifying the docker image? |
Can we make a mock server for ZSS? One already partially exists for zosmf. |
Related High Availability topic #1478 |
Completed in v2 |
With (among other things) the introduction of z/OS Container Extensions customers have started asking about running bits of Zowe under zCX, or off platform in containers.
I think there are 2 potential drivers here:
@VitekVlcek-Broadcom has started some work under https://github.com/zowe/zowe-dockerfiles/blob/master/dockerfiles/zowe-1.5.0/README.md, but we'll probably need to break it down more and extend it going forward.
The text was updated successfully, but these errors were encountered: