Searchable transcript of Kubernetes vs. OpenShift: Choosing DevOps and CI/CD Workflows — IBM Technology (03:01). Search for a phrase, then click its timestamp to jump straight to that moment in the video.
Captions sourced from the original video on YouTube, published by IBM Technology. The video, its captions and all related intellectual property remain the property of their respective owners; AINotes claims no ownership. Provided for research, accessibility and search — see the Transcript Notice and Copyright Policy.
00:00 Kubernetes, OpenShift. Kubernetes, Openshift. Which one do you actually choose? I'm going to make it simple for you right now. Kubernetes runs your containers, it schedules them, scales them, and keeps everything connected across the cluster. OpenShift builds on top of that. It takes Kubernetes and add a full platform, building tools, automated workflows, operators, and ready-to-use configurations.
00:27 So you're not just starting from scratch. Running Kubernetes on its own is not just running an application. You're building the whole entire platform. You manage pipelines, you handle security, you deal with emission tools. So things can get complicated. Now think about it. With OpenShift, everything works together. Code gets pushed, pipeline starts, the app goes live.
00:55 One simple flow, not a mix of separate tools. Now the exciting part, where it all comes together. Let's start from the base. So we have public cloud. We have private cloud. We have VMware and bare metal. And on the top of that, we have our operating system. Let's say Linux, or Centos OS. And then the core Kubernetes. And we got OCP, which is OpenShift.
01:30 One big advantage is the flexibility. OpenShift can run on any of these. Private, public cloud, bare metal, virtual machine. Let's switch gears. You have a dev team that writes code, pushes it. That push triggers a pipeline. OpenShift runs the pipeline. Builds a container image and sends that image to the image registry. Once the image is ready, OpenShift takes that image and deploys it through something called image stream.
02:06 Now on the other side, the Ops side. The Ops team, OpenShift provides a web console for them as they can manage their cluster, monitor resources and fix issues all in one place. Also scaling. So when it comes to scaling, they can add more machines when needed or they can run more pods or of the same application. Those are pretty much simple. You're not just deploying applications, You're building a system that can team and monitor through it.
02:39 And once the system is in place, everything becomes easier. So let me ask you this, is your platform helping you move faster or slowing you down? Let me know in the comments and if you have any questions, feel free to ask.
Choose Kubernetes for a flexible container orchestration foundation; choose OpenShift when you want an integrated DevOps and CI/CD platform with built-in workflows and tools.
With OpenShift, everything works together.