canonicized pages-for-subheaders

This commit is contained in:
martyav
2023-08-15 15:24:51 -04:00
parent 61b02185af
commit d6c2d05059
392 changed files with 1568 additions and 0 deletions
@@ -3,6 +3,10 @@ title: "Kubernetes Workloads and Pods"
description: "Learn about the two constructs with which you can build any complex containerized application in Kubernetes: Kubernetes workloads and pods"
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/pages-for-subheaders/workloads-and-pods"/>
</head>
You can build any complex containerized application in Kubernetes using two basic constructs: pods and workloads. Once you build an application, you can expose it for access either within the same cluster or on the Internet using a third construct: services.
### Pods