Advanced Kubernetes Security
7 min readApr 30, 2022
--
Introduction
Kubernetes is used for automating processes such as deployment, management and scaling of containerized applications. Docker is among those applications that operate on Kubernetes and it may be used to execute the Microservices, not only deploying them but also managing them. In Kubernetes several containers can run but Single containers are recommended within a node since a single process…