How can a large organization achieve 100% uptime and zero security breaches at a massive scale? It requires moving past standard management techniques and focusing on a critical metric: maintainability. At the recent Red Hat OpenShift Commons Gathering in Amsterdam, ING senior engineers Robbin Siepman and Rob de Boer revealed the maintainable architectural blueprint behind one of the financial sector's most resilient cloud-native estates.
ING is a global financial institution that serves nearly 40 million customers across 100 countries. One of the bank’s main missions is to maintain the ING Hosted Container Platform (ICHP), a massive estate of 400 servers and 23,000 physical cores, with a lean team of fewer than 30 people. Here are the four pillars of maintainability that drive the company’s strategy.
Pillar 1: Zero privilege and automated compliance
The first rule of ICHP is simple: no humans allowed.
ING has eliminated human interaction with its clusters to ensure stability. Even administrators lack permanent access; SSH is disabled across the entire estate. Instead, every change is funneled through CI/CD pipelines.
- Automated testing: Pipelines handle compliance checks and vulnerability scanning before code ever touches a namespace.
- Traceability: Every production change requires an approved change in the configuration management database (CMDB), which requires a test plan and fallback mechanisms. Resources are automatically registered in the CMDB.
- Statelessness: By keeping the clusters stateless and access-free, the team minimizes the configuration drift that often leads to outages.
Pillar 2: Namespace-as-a-Service
ING’s sweet spot for balancing developer freedom with bank-grade security is its Namespace-as-a-Service (NaaS) model.
Developers are free to deploy what they need, within the framework of internal guardrails and 12 Factor Application principles. In particular, applications must be declarative, automated, and strictly stateless. If an application needs to persist data, it must use external services like Cassandra or object storage rather than the platform itself.
Figure 1. Robbin Siepman, DevOps Engineer with ING Bank, speaking at the OpenShift Commons Gathering in Amsterdam.
Pillar 3: Hyperscalability and automation
To manage resources across two regions and two data centers, ING custom built Quota AutoScaler.
When a team requests a namespace, ING doesn't ask them to estimate resources, which is a notoriously difficult task for developers. Instead, the system takes the following steps:
- The orange button: During onboarding, the system performs multiple checks such as OpenShift dry run, CMDB verification, and network availability. If everything clears, the submit button turns the signature ING orange.
- Quota scaling: The platform monitors utilization. If a namespace exceeds a certain threshold, the Quota AutoScaler automatically triggers a resizing endpoint.
By automatically scaling back quotas and lowering CPU requests for dev/test environments, ING has saved roughly 7,600 CPU cores.
Pillar 4: Gamifying the human element
"You can build the most stable cluster in the world, but if the workload on it is unstable, the user experience will be crappy," noted Rob de Boer.
Figure 2. Rob de Boer, DevOps Engineer with ING Bank, speaking at the OpenShift Commons Gathering in Amsterdam.
To improve workload quality, ING introduced the Resilience Report. This dashboard grades namespaces based on best practices:
- Replicas: Not enough replicas? You get an immediate failing grade.
- Image age: ING policy requires redeploying apps every 30 days to ensure fresh security patching. If an image is more than 40 days old, the score drops.
This dashboard didn’t create a "shame and blame" culture; instead, it sparked a healthy competition among teams to improve their marks.
Giving back to the community
ING isn't keeping these innovations locked in a vault. Much of the orchestration framework (the Neoria orchestration package), the Python-based operator framework (Neoria Skafos), and the Neoria Quota AutoScaler application are now open source. By focusing on maintainability, ING has proven that a small team can manage a global footprint without losing sleep.
- Ready to see how ING transformed its global operations? Watch the full session from OpenShift Commons Amsterdam.
- Want to build a resilient foundation like ING? Learn how Red Hat OpenShift provides the enterprise-grade security and automation needed to scale global financial operations. Explore Red Hat OpenShift solutions.
제품 체험판
Red Hat OpenShift Container Platform | 제품 체험판
저자 소개
Debbie Margulies is a principal product marketing manager for Red Hat OpenShift and has been at Red Hat since 2019 through the acquisition of StackRox.
유사한 검색 결과
귀사의 애플리케이션 플랫폼은 미래에 대비되어 있나요?
전문성을 검증하는 새로운 기준: Red Hat 자격증 주요 업데이트
Becoming a Coder | Command Line Heroes
Where Coders Code | Command Line Heroes
채널별 검색
오토메이션
기술, 팀, 인프라를 위한 IT 자동화 최신 동향
인공지능
고객이 어디서나 AI 워크로드를 실행할 수 있도록 지원하는 플랫폼 업데이트
오픈 하이브리드 클라우드
하이브리드 클라우드로 더욱 유연한 미래를 구축하는 방법을 알아보세요
보안
환경과 기술 전반에 걸쳐 리스크를 감소하는 방법에 대한 최신 정보
엣지 컴퓨팅
엣지에서의 운영을 단순화하는 플랫폼 업데이트
인프라
세계적으로 인정받은 기업용 Linux 플랫폼에 대한 최신 정보
애플리케이션
복잡한 애플리케이션에 대한 솔루션 더 보기
가상화
온프레미스와 클라우드 환경에서 워크로드를 유연하게 운영하기 위한 엔터프라이즈 가상화의 미래