Skip to main content

Platform Engineer Learning Path

Purpose: For platform engineers, provides a guided reading order from first cluster to production operations.

Reading Order

#PhaseTopicLinkTime
1FoundationsWhat is openCenterOverview5 min
2FoundationsArchitecture & componentsArchitecture10 min
3FoundationsEditions & support levelsEditions5 min
4InstallCLI installationInstall CLI5 min
5First ClusterQuick Start (Kind)Quick Start40 min
6First ClusterDeploy on your providerVMware · OpenStack · Bare Metal60 min
7ConfigurationCluster configuration schemaSchema Reference15 min
8ConfigurationValidate with opencenter cluster validateValidation10 min
9GitOpsGenerate repo with opencenter cluster generateGeneration10 min
10GitOpsSecrets with SOPSSOPS Encryption15 min
11ServicesPlatform service catalog (20+ services)Service Catalog10 min
12ServicesKustomize overlay patternCustomizing15 min
13ObservabilityMonitoring stack (Prometheus, Grafana, Loki, Tempo)Observability10 min
14AppsDeploy first application (Gateway API + HTTPRoute)First App15 min
15OperationsDay 2: opencenter cluster status, drift detectDay 210 min
16OperationsKubernetes upgradesUpgrades10 min
17OperationsBackup & restore with VeleroBackup10 min
18SecretsKey rotation (secrets keys check, rotate)Key Rotation10 min

CLI Commands You'll Use Daily

opencenter cluster init <name> --org <org> --type <provider>
opencenter cluster validate <name>
opencenter cluster generate <name>
opencenter cluster deploy <name>
opencenter cluster status <name>
opencenter cluster doctor <name>
opencenter cluster drift detect <name>
opencenter secrets keys check
opencenter secrets sync <name>
opencenter cluster service enable <svc>
opencenter cluster service status

What to Skip (For Now)

  • Air-gapped installation — revisit when deploying to restricted networks
  • openCenter-gitops-enterprise overlays — relevant for Enterprise/Regulated editions
  • Multi-cluster fleet management — relevant after your second cluster
  • Blueprints — optional accelerators for specific workload patterns