Add services#
Info
k0rdent is a Mirantis-initiated open source project that enables lifecycle management for services on MKE 4 clusters.
Through the use of the services section of the mke4.yaml configuration
file, you can add additional components to your MKE 4 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
Important
You must manually create all of the service templates before you apply the configuration. To confirm that service templates exist in the MKE 4 cluster and that they are valid for all added services:
kubectl get servicetemplates -A
To learn more about the services sanctioned by k0rdent and to find instructions on how to create service templates, refer to the k0rdent catalog.