Which linux flavor is running Which linux flavor is running kubernetes kubernetes

Which linux flavor is running


cat /etc/*release

This works across most distributions.


The minikube distro is custom built using buildroot. It is meant to be a minimal distro and does not include a package manager or package repository.


lsb_release -ai but you might need to install lsb module.