Views: 492
Here are some common concepts that need to be running on your systems, in order to be relavent:
- Openshift
- microservices
- docker
- kubernetes
- pods
Work with Docker as microservices saves compute recources, However, it requires re-thinking how development is done. Microservices also enable Continuous Integration of changes to large applications.
Red Hat OpenShift is an open source container application platform based on the Kubernetes container orchestrator for enterprise application development and deployment.
Interact with OpenShift Container Platform
$ oc get nodes
You can use this username/password combination to log in via the web console or the command line. To test this, run the following command.
$ oc login -u admin
Before going forward, change to the default project.
$ oc project default
See more at the http://octopuscs.com blog
Test whether your Openshift is installed and working
Source: בלוגים – Test whether your Openshift is installed and working