lsb_release -d # get Linux distro and version
cat /etc/centos-release
# ubuntu
sudo /etc/init.d/bind9 {start | stop | restart}
sudo -u bind rndc status
Ansible is an automation engine that allows for agentless system config and deployment. Ansible operates over SSH and runs Ansible modules on remote systems to complete tasks.
Provisioner
$ kubectl get storageclasses
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
local-path (default) rancher.io/local-path Delete WaitForFirstConsumer false 4d18h
nfs cluster.local/nfs-nfs-subdir-external-provisioner Delete Immediate true 97m
PV (not associated with the storage class)