This is a cache of https://docs.okd.io/3.10/architecture/core_concepts/index.html. It is a snapshot of the page at 2024-09-27T02:02:40.063+0000.
Overview - Core Concepts | Architecture | OKD 3.10
×

The following topics provide high-level, architectural information on core concepts and objects you will encounter when using OKD. Many of these objects come from Kubernetes, which is extended by OKD to provide a more feature-rich development lifecycle platform.

  • Containers and images are the building blocks for deploying your applications.

  • Pods and services allow for containers to communicate with each other and proxy connections.

  • Projects and users provide the space and means for communities to organize and manage their content together.

  • Builds and image streams allow you to build working images and react to new images.

  • deployments add expanded support for the software development and deployment lifecycle.

  • Routes announce your service to the world.

  • Templates allow for many objects to be created at once based on customized parameters.