Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

OpenShift: Compare OKD vs CodeReady Containers vs OpenShift Local


๐Ÿง  First, letโ€™s define each term clearly:

1. ๐Ÿ”ต OKD

  • Community version of OpenShift
  • Free, open-source
  • Includes Kubernetes + Operators + Developer tools (S2I, Pipelines, etc.)
  • Production-ready and multi-node capable
  • Can be installed on bare metal or cloud (AWS, GCP, etc.)

2. ๐ŸŸ  CodeReady Containers (CRC)

  • Old name for the local version of OpenShift/OKD
  • Provides a single-node OpenShift/OKD cluster on your laptop
  • Primarily for developers and testers
  • Rebranded in recent versionsโ€ฆ

3. ๐ŸŸข OpenShift Local

  • New name for CRC starting from OpenShift 4.12+
  • Same concept: local, single-node OpenShift
  • Can be OpenShift (Red Hat) or OKD depending on the bundle you download

๐Ÿ“Š Comparison Table

FeatureOKDCodeReady Containers (CRC)OpenShift Local
TypeCommunity version of OpenShiftLocal dev env for OKD/OCPRenamed version of CRC
NodesMulti-node (prod ready)Single-node onlySingle-node only
Target UsersSysadmins, DevOps, EnterprisesDevelopers, testersDevelopers, testers
Runs OnBare metal, Cloud (AWS, GCP, etc.)Local machine via VMLocal machine via VM
CustomizationFully customizableLimitedLimited
Supported by Red Hat?โŒ Community-supportedโœ… (OCP only) / โŒ (OKD)โœ… (OCP only) / โŒ (OKD)
UpgradeableYes (via installer + Operators)Partially / recreate neededPartially / recreate needed
UI / Consoleโœ… Full OKD Consoleโœ… Full Consoleโœ… Full Console
Includes S2I, Pipelines, etc.โœ…โœ…โœ…
Uses Installer?โœ… (You use openshift-install)โŒโŒ
Virtualization Required?โŒโœ…โœ…
Latest brandingStill called OKDโœ… Deprecatedโœ… Use this now

๐Ÿงฉ Relationship Between Them

OKD โ”€โ”€โ”€โ”€โ”€โ”
         โ”œโ”€โ”€โ”€โ”€โ–บ CodeReady Containers (CRC) โ”€โ”€โ”€โ–บ OpenShift Local (New name)
OpenShiftโ”˜
Code language: PHP (php)
  • OKD is the full platform (multi-node, install yourself)
  • CRC was a packaging of OKD/OpenShift for local testing (single-node)
  • OpenShift Local is the new name for CRC, continuing the same purpose

โœ… So When Should You Use What?

Use CaseBest Option
Learn OpenShift/OKD quickly on your laptopโœ… OpenShift Local (CRC)
Deploy apps and test CI/CD on OpenShiftโœ… OpenShift Local or OKD
Run production workloadsโœ… OKD or OpenShift (multi-node)
Build custom OpenShift-like platformโœ… OKD (fully open source)
Need Red Hat supportโœ… Red Hat OpenShift (not OKD)

๐ŸŽฏ Final Thoughts

  • OKD = Full, community OpenShift (multi-node, production-capable)
  • CodeReady Containers = Old name for local OpenShift/OKD
  • OpenShift Local = New name for CRC (use this moving forward)

They are all part of the same ecosystem โ€” just for different use cases: Production (OKD/OpenShift) vs Local Dev/Test (CRC/OpenShift Local).


๐ŸŸ  OpenShift Local = The tool

Itโ€™s the CLI tool you install (crc) that sets up a single-node OpenShift cluster locally in a VM.
The actual version (OKD or OCP) depends on the bundle you download.


๐Ÿ”น Two types of bundles for OpenShift Local:

Bundle TypeUses Which Platform?Where to Download?
โœ… OCP Bundle (Official Red Hat)OpenShift Container Platform (paid/licensed)console.redhat.com
๐Ÿ†“ OKD Bundle (Community)OKD (Open Source OpenShift)github.com/code-ready/crc/releases

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals
Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Best DevOps Tools in 2024

hereโ€™s a clear, structured breakdown of the Best DevOps Tools (grouped by categories), so you can use it for learning, training, or posts. ๐Ÿš€ Best DevOps Tools…

Read More

OpenShift Tutorial โ€“ Deploy and Access Your First Applications using OpenShift Local

How to install oc? OpenShift: How to Install OpenShift CLI oc How to login? Login to the Openshift using Web Console and CLI using oc Copy the admin…

Read More

OpenShift Lab 14: Setting Up and Using OpenShift Serverless Functions on OpenShift Local

Lab Objective In this lab, you will install and use OpenShift Serverless Functions on OpenShift Local. You will create a simple Node.js serverless function, deploy it to…

Read More

OpenShift Lab 13: Deploy a Java Spring Boot Application with MySQL Using the OpenShift Web Console

Lab Objective In this lab, you will deploy a Java Spring Boot application on OpenShift using the OpenShift web console. You will deploy two components: The Java…

Read More

OpenShift Lab 12: Deploy an Application from an Existing Container Image Using the OpenShift Web Console

Lab Objective In this lab, you will deploy an application on OpenShift from an existing container image. This lab is different from building an application from source…

Read More

OpenShift: How to Install OpenShift CLIย oc

Option – 1 – REDHAT Websites URL – https://access.redhat.com/downloads/content/290/ver=4.18/rhel—9/4.18.11/x86_64/product-software Option – 2 – OKD Websites The OKD (Origin Community Distribution of Kubernetes for OpenShift) is the open-source…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
0
Would love your thoughts, please comment.x
()
x