In the spirit of transparency, I was wondering if you can tell us more about Mondo from a technical perspective, after all, IT plays a huge part in a new bank.
I recommend this video to everyone interested in the subject while we wait for news from the team
In seriousness though, it’s true that we’re massive fans of the cloud, and we run the vast majority of our software there . But we do also have some physical equipment co-located in data centres, mostly because we need to connect physical lines from some third parties to our network. In fact, @matt and I visited one of our physical data centres yesterday where he took this lovely pic…
Matt gave a good description of the services in the video. I am curious to how you deploy them ?
Also, the platform, no matter how good it is will also depend on your providers for the different external services. Can we know who are they and what do they provide ? how important are they to the life cycle of the product.
We deploy all our services onto our cloud instances using Kubernetes. We have built some in-house tooling around this, but Kubernetes is doing much of the heavy lifting.
the platform, no matter how good it is will also depend on your providers for the different external services. Can we know who are they and what do they provide ? how important are they to the life cycle of the product.
The third-parties we connect to from our physical data centres give us access to things like inter-bank transfers and card payments, so they are really important. We don’t want our physical infrastructure to be the “weak link” in an otherwise strong system, so we apply the same philosophy we use when building our software: no single points of failure, and automation for everything. We connect to each provider from at least two data centres, and we can survive the loss of any location (in the cloud, or physically)
We also reduce the amount of hardware in these data centres to the bare minimum. For the most part, they are just “dumb” proxies from a third-party to the cloud, where the Mondo magic happens.