×

Introduction

OKD brings together Docker and Kubernetes, and provides an API to manage these services. OKD allows you to create and manage containers.

Why Should I Use OpenShift?

Containers are standalone processes that run within their own environment, independent of operating system and the underlying infrastructure. OpenShift helps you to develop, deploy, and manage container-based applications. It provides you with a self-service platform to create, modify, and deploy applications on demand, thus enabling faster development and release life cycles.

Think of images as cookie cutters and containers as the actual cookies.

Think of OpenShift as an operating system, images as applications that you run on them, and the containers as the actual running instances of those applications.

If you already have OKD installed, find the appropriate topic based on your role to get started:

I am a…​ Links to relevant topics

Cluster administrator

Getting Started for Administrators

Developer

Step through the basics of how to Create and Build an Image Using the Web Console and create your first project and application.