Kosli raises $3.1 M USD in seed funding backed by Heavybit - Read more
New White Paper: Supply Chain Levels for Software Artifacts (SLSA) - Download now

Articles by James Walker
How to Use Kubernetes Namespaces: A Guide with Examples
Kubernetes namespaces logically isolate groups of related objects inside a cluster. You can use them to distinguish among objects belonging to different deployments, teams, and organizations. …
How to Securely Create, Edit, and Update Your Kubernetes Secrets
Secrets centrally store confidential data such as passwords, API keys, and certificates inside your Kubernetes cluster. You can inject secrets into your pods as environment variables or files in a …
Understanding Kubernetes Events: A Guide
Kubernetes events document the changes that occur inside your cluster. Viewing stored events can explain problems and help you resolve failures. An event is generated automatically each time …