Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/open-cluster-management-examples
Open Cluster Management examples for demo usage.
https://github.com/giannisalinetti/open-cluster-management-examples
gitops kubernetes openclustermanagement
Last synced: 10 days ago
JSON representation
Open Cluster Management examples for demo usage.
- Host: GitHub
- URL: https://github.com/giannisalinetti/open-cluster-management-examples
- Owner: giannisalinetti
- Created: 2021-11-28T18:03:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T13:27:33.000Z (over 2 years ago)
- Last Synced: 2024-10-28T06:50:10.485Z (about 2 months ago)
- Topics: gitops, kubernetes, openclustermanagement
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Cluster Management examples
This repository contains examples to be applied to an Open Cluster Management lab.
Materials inside this repository are intended for demo purposes, not production.The examples in this repository are based on the official Open Cluster Management [documentation](https://open-cluster-management.io/concepts/).
## Application Lifecycle Management
Open Cluster Management enables a GitOps-based approach to manage applications over
clusters. The following examples are available:- [nginx-app](application-lifecycle-management/nginx-app): a basic Nginx deployment and service created on clusters that match label-based PlacementRule.
## Cluster Management
This folder contains practical example of multi-cluster-management:
- [ManagedClusterSets](cluster-management/managedclustersets): an example of a `ManagedClusterSet` creation.
- [ManifestWork](cluster-management/manifestwork): a sample `ManifestWork` that can be created on managed clusters.
- [Placement](cluster-management/placement): a minimal `Placement` example to select a cluster using label selectors.### Maintainers
Gianni Salinetti