aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Cloud-Native
  • Software

Operating Multiple High-Density Bare-Metal Clusters In A Highly Regulated Industry

  • aster.cloud
  • February 24, 2022
  • 5 minute read

mTLSing services with Linkerd at scale without impacting developer productivity

At Finleap Connect, we operate multiple high-density bare-metal Kubernetes clusters with up to 5,000 pods — keeping our customers’ highly sensitive financial data safe is business-critical. Needless to say, security is paramount.

In this blog post, I’ll share how Connect’s cloud team migrated its entire platform to a cloud native architecture while mTLsing all services to comply with strict regulatory requirements. It was a huge undertaking — especially considering our tight deadline of five months! To our surprise, the mTLS aspect was fairly easy. Linkerd was installed in an hour and running in production within a week without impacting our developer team.


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

Enabling next-gen financial services

I head the cloud team at Finleap Connect, the leading independent European open banking platform. Our full-stack platform enables organizations across banking, accounting, and lending to provide next-gen, mobile-first financial services to their customers. Services include data and analytics enrichment, default financial data accessibility, seamless payments across a range of applications, and much more.

At Connect, we understand how customers transact and interact, and that know-how is embedded into our platform. Additionally, the platform allows our clients to compliantly access their customer’s financial transactions and enrich that data with analytics tools, all while providing digital banking services that deliver high-quality, digital products and services.

The engineering team

Our team includes a handful of cloud engineers and around 60 engineers spread across multiple smaller teams. My team, the cloud team, is responsible for 50+ microservices spread across ten Kubernetes clusters, distributed in three geographic regions across GCP, AWS, and a bare-metal private cloud. Our largest cluster runs 52 nodes with 5,000 pods.

To operate Connect cloud, our cloud-agnostic private setup, we use SAP Gardener. Linkerd is deployed across all clusters and represents an integral part of our infrastructure. Linkerd, including its metrics, is centrally managed through Buoyant Cloud.

Read More  Testing Cloud Native Best Practices With The CNF Test Suite

(By the way, we are hiring. If you’re interested in joining a dynamic engineering team that is constantly pushing the boundaries of what tech can do, check out our jobs board — we are always looking for great talent!)

mTLS across all services, a regulatory requirement

Connect operates in a highly regulated environment and, as such, important considerations have to be taken into account — after all, we are dealing with highly sensitive financial data. In 2018, that meant implementing mTLS across all services in our clusters, independent of the actual business code (i.e. solve it on a different layer).

To address that challenge, we evaluated a variety of available solutions. One of the options was Istio. We installed it on our test cluster and, while it worked fine, it also required a fair amount of configuration. When we realized we’d need a configuration for each service, Istio quickly became less feasible. This was back in 2018 (the early days). We were migrating our entire stack to a cloud native architecture on a very ambitious roadmap (the migration had to be finalized within five months). Our development teams were already dealing with a good amount of transformation tasks. We concluded that Istio would become an additional configuration burden and decided against it.

The other service mesh we looked at was Linkerd (back then known as Conduit). Its approach to simplicity, roadmap, and the various Slack discussions we had with the project maintainers gave us the confidence we needed to move forward with this project.

Linkerd: installed within an hour, in prod within a week

The Linkerd installation took less than an hour; the overall production setup was probably about a week. Some updates, including contributing to Linkerd’s certificate management feature, took a few additional weeks (more to that in a minute).

Overall, the entire experience with Linkerd has been great. While we ran into a bit of trouble when starting to run Linkerd at scale, it mostly boiled down to required scale-up and -out of Linkerd components.

Read More  OpenKruise v1.0, Reaching New Peaks Of Application Automation

There were a few things that were on the Linkerd roadmap but not yet implemented. Certificate management was one of them. Certificates expire after a year and we had one year to address that issue. We decided to contribute to the Linkerd project to help develop that feature. Today, certificate rotation is fully automated, and nothing we need to worry about. Applications using server-speaks-first protocols was another example but that is now also supported since Linkerd 2.10.

End-to-end encryption with minimal impact on developer productivity

We were able to implement mTLS across all services at scale while minimizing the impact on developer productivity. The entire process was fairly quick and allowed us to meet our initial critical deadline to go live with our new platform. Without Linkerd, we wouldn’t have been able to achieve that.

Additionally, Linkerd’s four golden signal metrics are particularly useful for uniform and generic platform-level debugging and service health observability. These metrics provide us with immediate insights when migrating our workloads to Kubernetes. The cloud team gets all these insights without having to dig too deep into application specifics — a big time-saver for the team and a great way to get started into cloud native application management for new developments.

We have also implemented canary deployments through Linkerd and Flagger and can now deliver features faster and with a lot more confidence.

All this was almost automatically enabled by deploying and activating Linkerd across our applications. Linkerd helped us avoid more complex TLS setups for certain services, saving my team lots of backlog time. This is all pretty neat and one of the reasons I’ve been so outspoken about this project.

The Linkerd community

The Linkerd community is the best! Everyone is incredibly welcoming. The Slack channel is a great way to get valuable input and collaborate with others. You can literally find solutions to any kind of problem. In fact, you can find me there regularly. I’ve been active in the community and, because I enjoy jumping on any opportunity to help educate others, I was invited to become a Linkerd Ambassador along with some other fantastic Linkerd end users.

Read More  Introducing Swift On Windows

At Connect, we are heavily invested in CNCF projects and open source

Over the years, we have become heavily invested in CNCF open source solutions and use them across all our stacks. We use the Emissary-Ingress (formerly Ambassador), Flagger for canary deployments, cert-manager for all certificate handling, Prometheus and Grafana for platform monitoring, NATS, and Rook and Ceph for storage in our private cloud clusters.

Other non-CNCF open source projects include CockroachDB for all SQL databases, NGINX Ingress, Hashicorp Vault, and RabbitMQ.

Zero-trust doesn’t have to be hard

For companies like us, operating in the fintech industry, zero-trust is a requirement. But zero-trust is increasingly becoming a must-have across industries. In a microservices world, a firewall won’t do the trick anymore. I hear a lot of peers who are concerned about the complexity they might be adding to an already complex system. But zero-trust doesn’t have to be hard. I hope this blog serves as proof.

We were able to mTLS all services within five months while minimizing the impact on developer productivity. Additionally, the platform metrics have proven to be a real time-saver when debugging and keeping a pulse on service health.

We chose Linkerd because the configuration is minimal while providing key features almost automatically. The features that were not yet available at the time, we helped build. Today, there is no reason not to mTLS all your services.

 

Guest post by Christian Hüning, Director Cloud Technologies & Switchkit at Finleap Connect
Source CNCF


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • CNCF
  • Finleap Connect
  • Kubernetes
  • Linkerd
  • mTLS
You May Also Like
View Post
  • Software
  • Technology

Canonical Releases Ubuntu 25.04 Plucky Puffin

  • April 17, 2025
View Post
  • Software
  • Technology

IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management

  • March 27, 2025
Vehicle manufacturing
View Post
  • Software

IBM Study: Vehicles Believed to be Software Defined and AI Powered by 2035

  • December 12, 2024
aster-cloud-tux-gaming
View Post
  • Computing
  • Gears
  • Software

5 best Linux distributions for gamers in 2024

  • September 11, 2024
View Post
  • Cloud-Native
  • Multi-Cloud

Oracle Expands Multicloud Capabilities with AWS, Google Cloud, and Microsoft Azure

  • September 11, 2024
Crab
View Post
  • Gears
  • Learning
  • Software

The Best Friends for a Rustacean. Top Books in Learning Rust.

  • August 25, 2024
Cloud computing concept image double exposure Digitally Enhanced Smart City Concept with Cloud Computing
View Post
  • Cloud-Native
  • Computing
  • Hybrid Cloud
  • Multi-Cloud
  • Public Cloud

Make Your Business Resilient By Integrating These Best Practices Into Your Cloud Architecture

  • July 29, 2024
Huawei Cloud Cairo Region Goes Live
View Post
  • Cloud-Native
  • Computing
  • Platforms

Huawei Cloud Goes Live in Egypt

  • May 24, 2024

Stay Connected!
LATEST
  • college-of-cardinals-2025 1
    The Definitive Who’s Who of the 2025 Papal Conclave
    • May 7, 2025
  • conclave-poster-black-smoke 2
    The World Is Revalidating Itself
    • May 6, 2025
  • 3
    Conclave: How A New Pope Is Chosen
    • April 25, 2025
  • Getting things done makes her feel amazing 4
    Nurturing Minds in the Digital Revolution
    • April 25, 2025
  • 5
    AI is automating our jobs – but values need to change if we are to be liberated by it
    • April 17, 2025
  • 6
    Canonical Releases Ubuntu 25.04 Plucky Puffin
    • April 17, 2025
  • 7
    United States Army Enterprise Cloud Management Agency Expands its Oracle Defense Cloud Services
    • April 15, 2025
  • 8
    Tokyo Electron and IBM Renew Collaboration for Advanced Semiconductor Technology
    • April 2, 2025
  • 9
    IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management
    • March 27, 2025
  • 10
    Tariffs, Trump, and Other Things That Start With T – They’re Not The Problem, It’s How We Use Them
    • March 25, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    IBM contributes key open-source projects to Linux Foundation to advance AI community participation
    • March 22, 2025
  • 2
    Co-op mode: New partners driving the future of gaming with AI
    • March 22, 2025
  • 3
    Mitsubishi Motors Canada Launches AI-Powered “Intelligent Companion” to Transform the 2025 Outlander Buying Experience
    • March 10, 2025
  • PiPiPi 4
    The Unexpected Pi-Fect Deals This March 14
    • March 13, 2025
  • Nintendo Switch Deals on Amazon 5
    10 Physical Nintendo Switch Game Deals on MAR10 Day!
    • March 9, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.