Openshift Installation with Minishift

0
1097
If you want to try Openshift on your local computer, you can use Minishift.Before do this steps, you should install a virtualization program like VirtualBox or Vmware Workstation.I do this steps on my MacBook computer.So I installed xhyve driver for virtualization. It need some necessity. You can see this page. The next step is minishift installiation. I record this installation with terminal recorder on asciinema. You can see below link. After the MiniShift installation is finished,we will install Openshift below command.We only run one command.
minishift start
You can show below link.
After do this steps,Openshift OKD is installed by Minishift.
The server is accessible via web console at:
https://192.168.64.2:8443
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
Lets connect.
On the right side, you can crate a new project for development.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.