Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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