Tag

API Server

0 views collected around this technical thread.

Cloud Native Technology Community
Cloud Native Technology Community
Aug 29, 2023 · Cloud Native

Mixed Version Proxy in Kubernetes 1.28: Overview, Operation, and Enablement

The mixed version proxy, introduced as an alpha feature in Kubernetes 1.28, enables correct handling of HTTP requests across clusters with multiple API server versions by routing requests to a compatible peer, preventing 404 errors during upgrades and providing flags for configuration and security.

API ServerFeature GatesKubernetes
0 likes · 6 min read
Mixed Version Proxy in Kubernetes 1.28: Overview, Operation, and Enablement
Bilibili Tech
Bilibili Tech
Apr 18, 2023 · Cloud Native

Kubernetes Audit Log Analysis for Container Security

The article explains how to enable Kubernetes audit logging and use its detailed fields—such as userAgent, responseStatus, requestURI, and object references—to detect CDK‑generated attacks and other threats like CVE‑2022‑3172, privilege escalation, and backdoor deployment, offering practical detection examples and security recommendations.

API ServerCDKKubernetes
0 likes · 15 min read
Kubernetes Audit Log Analysis for Container Security
AntTech
AntTech
Mar 7, 2022 · Cloud Native

Design and Practice of Multi‑Cluster Management in SOFAStack CAFE Using an Extended KubeFed Framework

This article details the architectural background, challenges, and practical solutions implemented in SOFAStack CAFE for cloud‑native multi‑cluster deployment, including a custom multi‑topology CRD, an independent federation API server, enhanced KubeFed controller features, and network proxy integration to support hybrid‑cloud scenarios.

API ServerKubernetesSOFAStack
0 likes · 18 min read
Design and Practice of Multi‑Cluster Management in SOFAStack CAFE Using an Extended KubeFed Framework