The Anatomy of the Proxy Protocol: Preserving Source IPs in Layer-4 Load Balancing
In modern Cloud-Native design , the principle of functional division of labor applies. As we saw in …

In many established corporate and industrial landscapes, there is a risky security gap between central corporate governance and modern Cloud-Native platforms : While identities, roles, and access rights are managed company-wide via Azure Entra ID (formerly Azure AD), Kubernetes clusters and container registries often operate as isolated islands. Developers share static service account tokens, container images are pulled unchecked from public repositories, and IT security management loses visibility over the actual software supply chain.
The strategic response to this fragmentation lies in seamless federated identity and artifact governance. By directly coupling Azure Entra ID with a hardened Harbor registry and native Kubernetes RBAC on the ayedo Managed Platform, a comprehensive Zero-Trust architecture is created—centrally controlled, automatically audited, and compliant with the highest European compliance standards.
The isolated operation of container infrastructures without deep integration into existing enterprise identity providers creates significant risks for IT security and operational continuity:
ayedo connects the central identity and access management of the corporation via standardized OpenID Connect protocols (OIDC) with a dedicated, cluster-internal Harbor registry and declarative Kubernetes admission control.
Roles and Harbor project rights via OIDC claims. Local passwords and static API keys are completely eliminated.The integration of enterprise identities and protected artifact pipelines delivers immediate business benefits and legal security:
IT security in the Cloud-Native era must not end at the boundaries of the Kubernetes cluster. By seamlessly bridging Azure Entra ID, the Harbor registry, and the ayedo Managed Platform, companies demonstrate that uncompromising enterprise governance, strict regulatory compliance, and modern development speed harmonize perfectly—transparent, automated, and fully audit-proof.
Through granular Harbor policies and admission rules, exception lists (CVE allowlists) can be defined. These allow the targeted continued operation of certain images with a justification and an automatic expiration date (time-to-live). After the deadline, the admission controller blocks the deployment again unless a patch has been applied.
Yes. For automated build and deployment pipelines (e.g., GitHub Actions, GitLab CI, or Azure DevOps), the platform uses short-lived OIDC workload identity federation tokens. The pipeline exchanges its OIDC token directly for tightly time-limited access rights in Harbor and Kubernetes—long-lived, static CI/CD secrets are a thing of the past.
The validation effort in the Kubernetes admission controller is in the range of a few milliseconds. Since vulnerability analysis and signature verification already occur asynchronously when pushing to the Harbor registry, the webhook only needs to verify metadata and signatures at deployment time, resulting in no noticeable delays in the release process.
In modern Cloud-Native design , the principle of functional division of labor applies. As we saw in …
In dynamic cloud-native environments, manual configuration of monitoring targets is one of the …
A continuous stream of pager notifications is no longer a fringe phenomenon in 24/7 platform …