Container security 10 Kubernetes Security Best Practices to Secure K8 Clusters Kubernetes (K8s) is an open-source container orchestration tool. It is relatively new and has a complex architecture that needs declarative configurations and management. A report on the survey done and published in 2023 by Stackrox called the “State of Kubernetes and Container Security report” states that in the period between
Service Acounts Updates to Service Accounts in Kubernetes v1.22 and v1.24 What Is a Service Account? There are two types of accounts in Kubernetes: user accounts and service accounts. User accounts are for users, such as admins or developers. They can use such accounts to gain access to the cluster or make changes to it. An example of this is whenever