OpenShift
Red Hat’s enterprise Kubernetes distribution. OpenShift Origin (now OKD) is the upstream community version.
- minishift - local single-node OpenShift for development
Client installation
# CentOS/RHEL
yum install -y centos-release-openshift-origin origin-clients
# Fedora
dnf install -y origin-clients
Start a local cluster
oc cluster up
oc login http://localhost:8443
Web console: http://localhost:8443
Ansible deployment
git clone https://github.com/openshift/openshift-ansible -b master