Kubernetes (MicroK8s) Installation guide
The following article demonstrate a sequence of commands that Tabnine users use to setup microK8s kubernetes on an ubuntu server (22.04 LTS, 20.04 LTS, 18.04 LTS or 16.04 LTS).
In case you already have a Kubernetes cluster installed, you can skip this guide and proceed straight to our deployment guide to install tabnine.
Install microk8s ( 1.27 is our minimal supported version)
Verify user is already in microk8s
group
If microk8s
is not present in print, add user to group (Replace ubuntu
with your username if different):
Now microk8s
should appear in the list of groups. If you need to check all groups on the system, you can use:
Validate the server is up
Install some required addons
Install nvidia apt pakcages
Restart the host machine to allow drivers to be udpated
Validate that you see "nvidia.com/gpu" in the output
Last updated