Author name: mr.madhav55

Kubernetes Storage

Before going to k8s, will see the storage in Docker.  Storage in docker: Stores the data in layers in turn the docker image are very small in size. The docker file system architecture is layered architecture, below example of one docker file. Layer 1. Base OS layer Changes in packages Changes in Pip packages Source […]

Kubernetes Storage Read More »

Security In Kubernetes

– Certificate health check: Need to ensure following things 1. Correct CN, & ALT names, organizations are present for kube-api-server, nodes(kubelet) 2. Ensure the certificates are not expired. 3. Make sure the certificates are issued by the right CA. 4. Provide correct certificate path in service config file. – Certificate API: In the case of

Security In Kubernetes Read More »

Scroll to Top