Configuring MicroK8s services
MicroK8s is made up of various services or components that are managed by a number of system daemons. Configuration of these services is read from files stored in the $SNAP_DATA
directory, which normally points to /var/snap/microk8s/current
.
To reconfigure the services, we will need to edit the respective file and then restart the respective daemon. The following table shows system daemon services that will be run by MicroK8s:
Table 2.2 – A list of the MicroK8s system daemon services
In the next section, we will look at how to troubleshoot issues at the application and cluster levels.