Add services
ℹ️
k0rdent is a Mirantis-initiated open source project that enables lifecycle management for services on MKE 4k clusters.
Through the use of the services
section of the mke4.yaml
configuration
file, you can add additional components to your MKE 4k installation. This section will pass the input values through to k0rdent, following the
typical k0rdent services
format.
Example:
services:
- template: project-ingress-nginx-4.11.0
name: ingress-nginx
namespace: ingress
To learn more about the services sanctioned by k0rdent, refer to the k0rdent catalog.
Last updated on