| title |
|---|
Open Cluster Management |
{{< blocks/cover title="Open Cluster Management" image_anchor="right" height="max" color="primary" >}} Get Started Join Our Slack
Make working with many Kubernetes clusters super easy regardless of where they are deployed
Open Cluster Management is a community-driven project focused on multicluster and multicloud scenarios for Kubernetes apps. Open APIs are evolving within this project for cluster registration, work distribution, dynamic placement of policies and workloads, and much more.
If you like Open Cluster Management, give it a star on GitHub!
{{< /blocks/cover >}}{{% blocks/section color="secondary" type="row" title="Features Overview" %}} {{% blocks/feature icon="fa-server" title="Cluster Inventory" url="docs/concepts/cluster-inventory/" %}} Registration of multiple clusters to a hub cluster to place them for management. {{% /blocks/feature %}}
{{% blocks/feature icon="fa-tasks" title="Work Distribution" url="docs/concepts/work-distribution/" %}} The work API that enables resources to be applied to managed clusters from a hub cluster. {{% /blocks/feature %}}
{{% blocks/feature icon="fa-random" title="Content Placement" url="docs/concepts/content-placement/" %}} Dynamic placement of content and behavior across multiple clusters. {{% /blocks/feature %}}
{{% blocks/feature icon="fa-cloud" title="Vendor Neutral APIs" %}} Avoid vendor lock-in by using APIs that are not tied to any cloud providers or proprietary platforms. {{% /blocks/feature %}}
{{% blocks/feature icon="fa-rocket" title="Launch Apps Everywhere" url="docs/getting-started/integration/app-lifecycle/" %}} Use application lifecycle to create your application and deliver hybrid apps across one or more clusters, while you keep up with changes. {{% /blocks/feature %}}
{{% blocks/feature icon="fa-cog" title="Configure, Secure, and Manage Your Resources" url="docs/getting-started/integration/policy-controllers" %}} Policy and configuration management uses labels to help you deploy policies and control consistently across your resources. Keep your resources secure by using access control and manage for your quota and cost. {{% /blocks/feature %}} {{% /blocks/section %}}
{{% blocks/section color="secondary" %}}
Open Cluster Management is being used by numerous companies, both large and small.
Are you one of them as well? Share it with us!
{{% /blocks/section %}}
{{% blocks/section color="secondary" %}}
Open Cluster Management has integrations available with a number of open-source projects.
{{% /blocks/section %}}
{{% blocks/section color="primary" %}} Open Cluster Management is a Cloud Native Computing Foundation sandbox project {.h3 .text-center}
{{% /blocks/section %}} <style> #chat-bot-button { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background-color: #0073e6; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 24px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); cursor: pointer; z-index: 1000; transition: all 0.3s ease; } #chat-bot-button:hover { transform: scale(1.1); } #chat-bot-button:hover::after { content: "Chat with OCM"; position: absolute; right: 70px; background-color: #333; color: white; padding: 5px 10px; border-radius: 4px; font-size: 14px; white-space: nowrap; } </style> <script> document.addEventListener('DOMContentLoaded', function() { const chatButton = document.getElementById('chat-bot-button'); chatButton.addEventListener('click', function() { window.open('https://deepwiki.com/open-cluster-management-io/ocm', '_blank'); }); }); </script>