OpenShift: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 15: Line 15:
* Install prerequisites on your CentOS system:
* Install prerequisites on your CentOS system:
  yum install wget git net-tools bind-utils yum-utils iptables-services bridge-utils bash-completion kexec-tools sos psacct
  yum install wget git net-tools bind-utils yum-utils iptables-services bridge-utils bash-completion kexec-tools sos psacct
yum update
systemctl reboot
* [https://docs.openshift.org/latest/getting_started/administrators.html#downloading-the-binary Binary instructions]
* [https://docs.openshift.org/latest/getting_started/administrators.html#downloading-the-binary Binary instructions]
* [https://github.com/openshift/origin/releases Binary releases]
* [https://github.com/openshift/origin/releases Binary releases]

Revision as of 18:49, 10 May 2018

Intro

OpenShift is a PaaS (Platform aas) that lets you easily manage containers, using both Docker and Kubernetes.

Openshift-Origin is the open source upstream of OpenShift (like Fedora is to RHEL).

Redhat Atomic is the Enterprise release of Red Hat that is configured for containers. CentOS Atomic is the open source version. HOWEVER it seems that the base CentOS will work just fine. So let's skip this layer since it doesn't seem necessary.

So to get our open source PaaS, we install CentOS, then install Openshift-Origin on it. I think.

Quick Start (binary on existing VM/metal)

For a quick rampup, stand up a CentOS machine, and run a Red Hat Origin binary.

  • Install prerequisites on your CentOS system:
yum install wget git net-tools bind-utils yum-utils iptables-services bridge-utils bash-completion kexec-tools sos psacct
yum update
systemctl reboot

Quick Start (minishift on existing VirtualBox)

The next-easier way is to install a minishift cluster on VirtualBox. Minishift puts everything in one simplified package.

$ minishift start --vm-driver=virtualbox
-- Checking if VirtualBox is installed ... OK
-- Downloading OpenShift binary 'oc' version 'v3.7.1'
-- Starting local OpenShift cluster using 'virtualbox' hypervisor ...
-- Minishift VM will be configured with ...
   Memory:    2 GB
   vCPUs :    2
   Disk size: 20 GB
Downloading ISO 'https://github.com/minishift/minishift-b2d-iso/releases/download/v1.2.0/minishift-b2d.iso'
Pulling image openshift/origin:v3.7.1
OpenShift server started.
The server is accessible via web console at:
    https://192.168.99.100:8443
You are logged in as:
    User:     developer
    Password: <any value>
To login as administrator:
    oc login -u system:admin