Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions install/COMPATIBILITY-MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ If you're using Microcks in production, please contribute your configuration det

The table below shows which Cloud Providers have been tested and validated with different Microcks versions:

| Certified Cloud Providers | 1.10.x | 1.11.x | 1.12.x |
|---------------------------|--------|--------|--------|
| Amazon Web Services | | | |
| Google Cloud Platform | | | |
| Microsoft Azure | | | |
| Oracle Cloud | | | |
| Scaleway | | | |
| OVH | | | |
| Certified Cloud Providers | 1.10.x | 1.11.x | 1.12.x | 1.14.x |
|---------------------------|--------|--------|--------|--------|
| Amazon Web Services | | | | |
| Google Cloud Platform | | | | |
| Microsoft Azure | | | | |
| Oracle Cloud | | | | |
| Scaleway | | | | |
| OVHcloud | | | | X |
|---------------------------|--------|--------|--------|--------|

### Kubernetes distrib

Expand Down
2 changes: 1 addition & 1 deletion install/GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Community-Driven Guidelines for Deploying Microcks in Cloud Production Environments

## Overview
This document provides a common guideline for deploying Microcks in production-grade cloud environments using managed Kubernetes services and leveraging cloud-native backing services. It serves as a framework adaptable to various cloud providers (**AWS**, **GCP**, **Azure**, **OVH**, **Oracle**, **Scaleway**, or **Koyeb**, etc.).
This document provides a common guideline for deploying Microcks in production-grade cloud environments using managed Kubernetes services and leveraging cloud-native backing services. It serves as a framework adaptable to various cloud providers (**AWS**, **GCP**, **Azure**, **OVHcloud**, **Oracle**, **Scaleway**, or **Koyeb**, etc.).

The goal is to guide users through the deployment process by emphasizing the use of external Keycloak for authentication, native PostgreSQL-compatible databases for data management, and the deployment of Microcks via Helm charts. While the specific cloud provider implementations may vary (e.g., cloud provider-managed services like databases), the document focuses on the essential steps required, leaving the precise configuration and commands to be adapted based on the user’s cloud provider’s tools, documentation, and community-contributed examples.

Expand Down
7 changes: 4 additions & 3 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Microcks is compatible with **managed Kubernetes services** such as:

- **Amazon Elastic Kubernetes Service (EKS)**
- **Google Kubernetes Engine (GKE)**
- **Microsoft Azure Kubernetes Service (AKS)**
- **Other platforms**: OVH, Oracle Cloud, Scaleway, etc.
- **Microsoft Azure Kubernetes Service (AKS)**
- **OVHcloud Managed Kubernetes Service (MKS)**
- **Other platforms**: Oracle Cloud, Scaleway, etc.

This guide is part of a **collaborative community effort** to document deployment strategies for different cloud providers.
If your preferred platform is not listed or lacks detailed instructions, feel free to **contribute** or **open an issue** in the [Microcks Community Repository](https://github.com/microcks/community).
Expand All @@ -32,5 +33,5 @@ Below is a list of supported platforms, along with links to their official docum
| **Google Cloud Platform** | Google Kubernetes Engine (GKE) | [GKE Documentation](https://cloud.google.com/kubernetes-engine/docs/quickstart) | [Completed – Awaiting Review and Feedback](https://github.com/microcks/community/tree/main/install/gcp) |
| **Microsoft Azure** | Azure Kubernetes Service (AKS) | [AKS Documentation](https://learn.microsoft.com/en-us/azure/aks/) | [Completed – Awaiting Review and Feedback](https://github.com/microcks/community/tree/main/install/azure) |
| **Oracle Cloud** | Oracle Container Engine for Kubernetes (OKE) | [OKE Documentation](https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm) | [Completed – Awaiting Review and Feedback](https://github.com/microcks/community/tree/main/install/oracle) |
| **OVH** | OVH Managed Kubernetes | [OVH Kubernetes Documentation](https://docs.ovh.com/gb/en/kubernetes/) | [Looking for Contributions](https://github.com/microcks/community/tree/main/install/ovh) |
| **OVHcloud** | OVH Managed Kubernetes Service (MKS) | [OVHcloud Kubernetes Documentation](https://docs.ovhcloud.com/en/guides/public-cloud/containers-orchestration/managed-kubernetes/overview) | [Completed – Awaiting Review and Feedback](https://github.com/microcks/community/tree/main/install/ovhcloud) |
| **Scaleway** | Scaleway Kubernetes Kapsule | [Scaleway Kapsule Documentation](https://www.scaleway.com/en/docs/containers/kapsule/) | [Looking for Contributions](https://github.com/microcks/community/tree/main/install/scaleway) |
1 change: 0 additions & 1 deletion install/ovh/README.md

This file was deleted.

Loading
Loading