Docker
Continuous Integration (CI) and Continuous Deployment (CD) are essential practices in modern software development. Going through docker again
By default, Docker stores images in /var/lib/docker
The specific path depends on the storage driver Docker is using. For example, if you're using the overlay2 storage driver, the images are stored in:
K8S installation
View the kubeadm Configuration File The configuration details generated during kubeadm init are typically stored in /etc/kubernetes/admin.conf.
https://linuxconfig.org/how-to-install-kubernetes-on-ubuntu-22-04-jammy-jellyfish-linux
overlay storage driver
k8s Kubernetes Documentation
k8s blog
Github K8s
k8s components
addons
logging