Security Profiles Operator: v1.0.0 is out! 🛡️

We are thrilled to announce the official v1.0.0 release of the Security Profiles Operator (SPO)! This is a major milestone, marking the transition of the operator from an evolving project to a stable, production-ready tool for managing security profiles in Kubernetes.

  1. Hardened by Design

Security tools must be the most secure components in the cluster. To ensure this, v1.0.0 was preceded by a rigorous third-party security audit. We are proud to share that zero critical vulnerabilities were found, and all identified hardening areas have been fully addressed in this release. !

  1. Universal Hardware Support (Including ppc64le!)

We believe security should be accessible regardless of your infrastructure. The Security Profiles Operator is built for diversity. Beyond the standard amd64 and arm64, we provide first-class support for linux/ppc64le. Whether you are running on standard cloud VMs, ARM-based Graviton instances, or IBM Power systems, SPO has you covered.

  1. Meet spoc: The CLI Managing profiles via YAML is great, but sometimes you need a dedicated tool. This release introduces spoc, the official Security Profiles Operator Command Line Interface, making it faster and easier to interact with your security profiles.

To get started you can install the operator with a single command:

kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/security-profiles-operator/v1.0.0/deploy/operator.yaml

Security First We highly encourage users to verify the container image signature using cosign before deployment to ensure the integrity of your supply chain.

Happy Hardening! 🥳👯

Release page at https://github.com/kubernetes-sigs/security-profiles-operator/releases/tag/v1.0.0

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *