OpenShift Origin was the open source upstream project for OpenShift, a distribution of Kubernetes for the enterprise developed by Red Hat.
After creating a new app using oc new-app location/nameofapp, many things are created: a deploymentConfig, an imagestream, a service, …
docker openshift redhat kubernetes openshift-originIn a default openshift install, there is an unused project titled kube-system. It seems like openshift-infra is for things like …
openshift kubernetes openshift-originI am creating an app in Origin 3.1 using my Docker image. Whenever I create image new pod gets created but …
kubernetes dockerfile openshift-origin openshift-enterpriseI try to delete unused docker images on OpenShift origin. What is the right way to do this? I tried: …
docker openshift-originAfter far as I know: deploymentconfig → replicationcontroller → pod vs. deployment → replicaset → pod Otherwise, do these two resources have additional differences? …
kubernetes openshift openshift-originI would like to access to OpenShift and Kubernetes API from inside a pod to query and modify objects in …
kubernetes openshift-originOpenshift origin was installed via the ansible playbooks. According to this documentation, the correct command to restart is: $ systemctl restart …
openshift centos7 restart openshift-origin systemctlI have am using OpenShift 3, and have been trying to get Fabric8 setup. Things havent been going to well, so …
docker kubernetes openshift-originI've installed OpenShift Version 3 on CentOS7. I followed the official documentation: https://docs.openshift.org/latest/admin_guide/install/prerequisites.…
docker localhost centos7 openshift-origin