OpsCanary
Learn/Kubernetes/Security & RBAC
Kubernetes

Security & RBAC

20 articles from official documentation

Practitioner20 articles
kubernetessecurityPractitioner

Break-Glass Access for EKS: Your Emergency Lifeline

When federated identity systems fail, you need a reliable backup. Break-glass access for Amazon EKS provides an emergency path that requires no external identity system, ensuring you can regain control when it matters most.

  • Establish a dedicated role in a separate operations account for emergency access.
  • Use AWS STS to issue temporary credentials with a complete audit trail.
5 min read·AWS Containers Blog
Read article
kubernetessecurityPractitioner

Navigating Data Sovereignty in Cloud Native Kubernetes Deployments

Data sovereignty is a critical concern for organizations operating in a global landscape. With the US CLOUD Act compelling data access, understanding data residency and sovereignty is essential for Kubernetes deployments.

  • Understand data residency as the physical location of your data.
  • Recognize the implications of the US CLOUD Act on data stored in Europe.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Mastering EKS Certificate Authority Rotation: Keep Your Cluster Secure

Certificate authority (CA) rotation is crucial for maintaining the security of your Amazon EKS cluster. This process ensures that your cluster transitions smoothly to a new CA while maintaining connectivity. Learn how to manage this lifecycle effectively to avoid disruptions.

  • Understand CA rotation to maintain cluster security and avoid downtime.
  • Utilize the dual trust period to ensure seamless transitions between CAs.
5 min read·AWS Containers Blog
Read article
kubernetessecurityPractitioner

Securing ECS Workloads: Mastering VPC Encryption and Service Connect TLS

In a world where data breaches are rampant, encrypting traffic between your Amazon ECS workloads is non-negotiable. Leverage VPC encryption controls and Service Connect TLS to enforce application-layer encryption and maintain a robust security posture.

  • Utilize VPC encryption controls for centralized visibility and enforcement of encryption in transit.
  • Activate Enforce mode to automatically secure traffic during task replacements.
5 min read·AWS Containers Blog
Read article
kubernetessecurityPractitioner

Kyverno: A Platform Primitive for Kubernetes, Not Just a Security Tool

Kyverno is more than a security tool; it's a foundational building block for Kubernetes. It enables you to validate, mutate, generate, and verify images, allowing for more dynamic and flexible resource management. Discover how to leverage its capabilities effectively in your production environment.

  • Understand Kyverno as a platform primitive that enables dynamic resource management.
  • Leverage validation to enforce compliance before configurations are applied.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Meet Falkey and Ky: Your Kubernetes Guardians

In the ever-evolving cloud native landscape, security and compliance are paramount. Enter Falkey the Falco and Ky the Kyverno Pyrenees, your vigilant allies in safeguarding Kubernetes clusters. Discover how these two guardians can help you maintain a secure and compliant environment.

  • Utilize Falkey to monitor for potential threats in your Kubernetes environment.
  • Implement Ky to enforce compliance and ensure workloads remain drift-free.
3 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Shadow AI in CI/CD: Securing the Path from Developer Laptop to Kubernetes

Shadow AI tools are creeping into your CI/CD pipelines without oversight, posing significant risks. Understanding how these tools operate and the potential for prompt injection is crucial for safeguarding your deployments. Dive into how to model these threats effectively.

  • Implement a human ownership model for every AI agent to ensure accountability.
  • Constrain AI tools with least privilege to minimize potential risks.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Cortex Security Audit: What You Need to Know

Cortex has completed a rigorous security audit by OSTIF, enhancing its credibility as a multi-tenant storage solution for Prometheus and OpenTelemetry. The audit focused on the security health of tenant boundaries and cluster operations, using advanced code review techniques. This is crucial for anyone looking to deploy Cortex in sensitive environments.

  • Understand the importance of tenant boundary security in Cortex.
  • Review the findings of the Quarkslab audit for insights on security posture.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Runtime Supply Chain Verification with NRI: Securing Your Kubernetes Deployments

In a world where supply chain attacks are rampant, ensuring the integrity of your container images is crucial. The Node Resource Interface (NRI) allows you to enforce supply chain verification at runtime, leveraging plugins to validate image attestations before they even start. Dive into how this mechanism works and what you need to watch out for in production.

  • Implement the Supply Chain NRI Plugin to enforce image verification at runtime.
  • Configure `fetch_timeout` to manage how long the plugin waits for attestations.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Unlocking Data Security: Confidential Containers in Kubernetes

Confidential Containers are revolutionizing data protection in cloud-native environments by leveraging Trusted Execution Environments (TEEs). This technology ensures that sensitive workloads can run securely on third-party infrastructure without exposing data to operators.

  • Leverage Trusted Execution Environments (TEEs) to encrypt data during computation.
  • Integrate Kata Containers for enhanced hardware security in Kubernetes.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Making Kyverno Think It's in Production: A Practical Guide

Ever wondered how to test your Kubernetes policies without deploying them? Learn how to leverage Kyverno's CLI to simulate a production environment, ensuring your policies are battle-tested before they hit the cluster. This article dives into the mechanics of using resolveResourcesMockData for reliable policy evaluation.

  • Use resolveResourcesMockData to simulate production conditions for policy evaluation.
  • Test policies offline to catch issues before they reach your cluster.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Mastering Security Profiles Operator v1: Harden Your Kubernetes Workloads

Security is paramount in Kubernetes, and the Security Profiles Operator (SPO) simplifies managing security profiles as custom resources. With its stable API and support for seccomp, SELinux, and AppArmor, you can enhance your cluster's security posture effortlessly.

  • Utilize the Security Profiles Operator to manage security profiles as Kubernetes custom resources.
  • Leverage CRDs to define APIs for managing security profiles effectively.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Securing CI/CD for Open Source: Credentials and Verification in Kubernetes

In the world of open source, securing your CI/CD pipeline is paramount. By leveraging GITHUB_TOKENs and tools like Sigstore Cosign, you can ensure that your container images are both verified and safe. Let’s dive into how these mechanisms work together to enhance your security posture.

  • Utilize GITHUB_TOKENs with minimal read permissions to limit exposure.
  • Manage CI and production credentials in separate GitHub protected environments.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Extend Your CKA Certification: The Power of CKS

Want to keep your Kubernetes Administrator certification current? Passing the Certified Kubernetes Security Specialist (CKS) exam now extends your CKA certification. This new feature simplifies credential maintenance for cloud-native professionals.

  • Understand that passing the CKS exam extends your CKA certification.
  • Align your CKA expiration date with your new CKS certification date.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Building a Multi-Agent Security Platform on Kubernetes: Why Cloud Native is Key

Cloud-native architecture is essential for deploying agentic AI effectively. Discover how using the A2A protocol and mTLS can enhance inter-agent communication and security in your Kubernetes environment.

  • Utilize the A2A protocol for effective inter-agent coordination.
  • Secure inter-agent traffic with mTLS to enhance communication security.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Locking Down Dependencies in CI/CD: A Must for Open Source Projects

In the world of open source, securing your CI/CD pipeline is non-negotiable. Pinning GitHub Actions by SHA digest is a critical step to prevent compromised code from sneaking into your workflows. Let's dive into how to implement this effectively.

  • Pin GitHub Actions by SHA digest to prevent compromised code.
  • Use Renovate to automate SHA pinning and manage dependency updates.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Mastering IAM in Kubernetes: Beyond the Basics

Identity and Access Management (IAM) is crucial for securing Kubernetes environments. Understanding concepts like zero-trust and PEP/PDP architectures can significantly enhance your security posture. Dive in to learn how to effectively implement IAM strategies in your clusters.

  • Understand zero-trust principles to enhance security in Kubernetes.
  • Implement PEP/PDP architectures for effective authorization management.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Securing CI/CD in Open Source: Mastering Workflow Control

In the world of open source, controlling who runs what in your CI/CD pipeline is crucial for security. By leveraging a GitHub bot named Ariane, you can ensure that only trusted team members can trigger workflows, mitigating risks associated with untrusted code execution.

  • Implement Ariane to control workflow triggers based on team membership.
  • Configure `allowed-teams` to restrict workflow execution to trusted members.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Inspektor Gadget Security Audit: What You Need to Know

Inspektor Gadget is revolutionizing visibility in Kubernetes clusters, but recent security audits revealed critical vulnerabilities. One such issue involved command injection during image builds, highlighting the importance of secure coding practices.

  • Utilize eBPF to gain real-time insights into Kubernetes clusters without modifying kernel code.
  • Update to version 0.50.1 or later to address critical vulnerabilities like CVE-2026-24905.
5 min read·CNCF Blog
Read article
kubernetessecurityPractitioner

Building a Secure Internal Developer Platform with Kubernetes and GitOps

Creating a cloud-native internal developer platform is crucial for modern development teams. By leveraging GitOps and Infrastructure as Code (IaC), you can enforce security and streamline deployments. Learn how to set up a multi-stage delivery workflow that ensures security validation before any deployment.

  • Implement Infrastructure as Code (IaC) to manage your infrastructure efficiently.
  • Use GitOps as the single source of truth for cluster management.
5 min read·CNCF Blog
Read article
Linux FoundationSponsor

Industry-standard certifications built by the people behind Linux and Kubernetes. Earn the CKA — the gold standard Kubernetes administrator cert. OpsCanary readers get 30% off year-round with code OPSCANARY3.

Get CKA certified →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.