Uncategorized

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 »

Kubernetes

What is a kubernetes? It is open source orchestration tool for managing containerized workloads (apps running) and services, that facilitate both declarative configuration and automation. It has large rapidly growing ecosystem. Short Description: Bare Metal: Install OS directly on hardware. Virtual Machine: Install inside the OS. Docker: Create Docker image Container: Packaging an apps along

Kubernetes Read More »

Scroll to Top