Category: Kubernetes, Ubuntu, Docker, nginx, container, yaml

by Kubernetes defines a Container Runtime Interface (CRI) that container platforms must implement in order to be compatible.

As this is annoying to type each time, if you don't already have another source of kubectl installed you can alias the main Kubernetes utility with the following command: This will allow you to use kubectl instead of microk8s.kubectl every time.

You can enable this with the following command: Once this is enabled you can visit the frontend URL again and the app should work! You can see from the cluster configuration that we have 6 instances in this configuration, and this setup can be easily scaled up to meet large application demand.

Related Articles