...
| Application Name | Description | Home Page/Documentation | Notes | EWC specific configuration | ||||
|---|---|---|---|---|---|---|---|---|
| Ingress-Nginx Controller | Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer supporting HTTP and HTTPS protocols. | https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/ |
| already configured when you deploy the cluster | ||||
| External Secrets | External Secrets management for Kubernetes. | Only the External Secrets Operator is installed. The secret store (vault) is to be provided and configured by the users. | N/A | |||||
| Cert-Manager | A Kubernetes addon to automate the management and issuance of TLS certificates from various issuing sources. | Only cert-manager deployed, no ClusterIssuer added. Users can deploy what they prefer. | Users can decide which clusterissuer to use. For example, for HTTP ACME and letsencrypt you can create the following clusterIssuer (place your email in the correct value):
Then you can deploy an ingress using that cluster issuer for the certificate. For example:
| |||||
| ExternalDNS | ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. | Default External-DNS is deployed. It's up to the users to configure the integration with the DNS system of their choice. | In Morpheus, in your tenancy you find under Cypher the following credentials:
| |||||
| GPU Operator | A customized NVIDIA GPU Operator Helm Chart preconfigured for the use of the Time-slicing GPU sharing feature on EWC machines. | https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html | A EWC-specific configuration for time-slicing GPU sharing feature on Ubuntu worker nodes is provided. Other GPU sharing features are currently not supported in the EUMETSAT side of the EWC. Note: Only Ubuntu GPU nodes are currently available in the EUMETSAT side of the EWC. | already configured when you deploy if the app is selected | ||||
| EWC Cluster Autoscaler | A component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes. | https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler EUMETSAT EWC Managed Kubernetes Service - Enable Cluster Autoscaling | Don't select cluster auto-scaling settings while creating the cluster on the cluster creation pages. Cluster auto-scaling is enabled by adding EWC Cluster Autoscaler application during cluster creation or after cluster creation. | EWC specific values are provided for autoscaling of KKP clusters. |
...