Skip to content
Advertisement

Tag: docker

Full example of container deployment with fabric8 api

I am looking for a complete example that explains the deployment of application container using the fabric8 java API. What should be the execution order of the following concepts? Service Replication Controller Pod Docker container And how to configure them together? Answer Please read the kubernetes user-guide for the basic concepts in kubernetes, and tutorials for examples and common usage

Advertisement