cancel
Showing results for 
Search instead for 
Did you mean: 
Anirudh
Mission Specialist
Mission Specialist
  • 1,546 Views

How to install and deploy a small application using OKD

How to install OKD on a RHEL machine and deploy a small application in it ?

is there any difference in commands in OKD vs OCP 4.5?

Is OKD the opensource version of OCP ?

Labels (5)
0 Kudos
3 Replies
flozano
Moderator
Moderator
  • 1,543 Views

Installing the current OKD is basically the same as installing OpenShift 4, which means you cannot install it on RHEL alone. You require at minimum three Red Hat CoreOS nodes (I guess it is Fedora CoreOS for OKD) for the control plane. It is possible to create these as VMs using virt-manager and virtctl from RHEL, Fedora, and other OSes.

Both OpenShift and OKD are open source. The subscription requirements of OpenShift, RHEL, and other Red Hat products don't interfere with their open source status because they a subscription is actually a support contract. That support contract imposes terms of use that are independent of the open source license of the upstream software.

A better way of referring to the differente between OKD and OpenShift, or between CoreOS Stream and RHEL, is stating that the first couple (OKD and CoreOS Stream) are community supported software, and the second couple (OpenShift and RHEL) are comercially supported software.

That said, yes OKD is the community version of OpenShift and there is no difference in features, command syntax, Kubernetes resources, and compatibility with container images and Kubernetes operators.

0 Kudos
Anirudh
Mission Specialist
Mission Specialist
  • 1,535 Views

is there any documentation for installation process for OKD ?

0 Kudos
Join the discussion
You must log in to join this conversation.