WeSearch

What Really Happens After SCC Admission in OpenShift?

·9 min read · 0 reactions · 0 comments · 8 views
#openshift#kubernetes#security#linux#capabilities
What Really Happens After SCC Admission in OpenShift?
⚡ TL;DR · AI summary

The article discusses the intricacies of Security Context Constraints (SCC) in OpenShift and their role in managing container capabilities. It highlights a scenario where a development team encounters issues with ICMP ping health checks despite the SCC allowing the necessary capabilities. The author emphasizes that SCCs are admission-time gates and do not enforce runtime privileges, which can lead to misunderstandings among engineers.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3943457) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nandan Hegde Posted on May 21 What Really Happens After SCC Admission in OpenShift? #kubernetes #linux #openshift #security A Debugging Story That Will Change How You Think About Container Capabilities You are a platform engineer running OpenShift. A development team runs a monitoring sidecar as a non-root user that needs to perform ICMP ping health checks. They need CAP_NET_RAW - the capability required for raw socket access. Straightforward enough.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)