# Mirantis Kubernetes Engine

## Installation

The install process is on the Mirantis Kubernetes Engine (MKE) exactly the same as [Upstream Kubernetes](https://docs.trilio.io/kubernetes/getting-started-3/getting-started/install-and-configure/upstream-kubernetes) with one additional step. This extra step is to align with the additional admission controllers that are shipped with MKE

1. Connect to the MKE Cluster.
2. Run the command.

```yaml
kubectl create clusterrolebinding k8s-triliovault --clusterrole=cluster-admin --serviceaccount=default:k8s-triliovault    
```

To continue with the install please follow the instructions provided for [Upstream Kubernetes](#upstream-kubernetes).

{% hint style="info" %}
After installation the next step is [#licensing-tvk](https://docs.trilio.io/kubernetes/4.0.x/licensing#licensing-tvk "mention")
{% endhint %}

##
