first commit
parent
9fd0ae73a3
commit
dd4186b4a9
|
@ -0,0 +1,10 @@
|
|||
# Kong Mesh
|
||||
|
||||
[Kong Mesh](https://konghq.com/kong-mesh) is an Enterprise-grade service mesh for multi-cloud and multi-cluster on both Kubernetes and VMs. Konnect-native from mesh to API gateway
|
||||
|
||||
Deploy with a single command. Connect to other services automatically with built-in service discovery, including an Ingress resource and Remote CPs.
|
||||
|
||||
Support across any environment, including multi-cluster, multi-cloud and multi-platform on both Kubernetes and VMs.
|
||||
|
||||
Accelerate initiatives like zero-trust and GDPR with native mesh policies, improving the speed and efficiency of every application team.
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -16,3 +16,9 @@
|
||||
name: kuma
|
||||
type: application
|
||||
version: 0.8.1
|
||||
+kubeVersion: "1.18 - 1.21"
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: kongmesh
|
||||
+ catalog.cattle.io/display-name: Enterprise-grade service mesh for multi-cloud and multi-cluster on both Kubernetes and VMs.
|
||||
+
|
|
@ -0,0 +1,3 @@
|
|||
url: https://github.com/kumahq/charts/releases/download/kuma-0.8.1/kuma-0.8.1.tgz
|
||||
packageVersion: 01
|
||||
|
Loading…
Reference in New Issue