images/blog/blog.png

Posts

Continuous Load: Why and What

Posted on October 23, 2023 by Robert Moss

One of the biggest challenges in running production infrastructures is taking a proactive approach to monitoring network health and being able to find problems before any of the tenants or users.

Exploring Multi-tenancy in Kubernetes: Benefits, Approaches, and Considerations

Posted on September 25, 2023 by Neofytos Zacharia

Multi-tenancy in Kubernetes enables the hosting of multiple tenants or applications within single or multiple clusters while ensuring logical and resource isolation.

Security for an MVP Internal Developer Platform at a Retail Bank

Posted on June 27, 2023 by Tiago Alves

Over the last year, we built a Kubernetes-based Developer Platform for a large retail bank. A key part of any Developer Platform is baked-in security.

How to monitor an MVP Kubernetes-based Developer Platform with SLOs

Posted on June 13, 2023 by Jingkai He

For this engagement we built an MVP developer platform, based on Kubernetes, in a short timeframe (3 months) with 2 engineers.

Why do we use ADRs?

Posted on June 7, 2023 by Tomasz Bartosiewicz

Engineers at CECG are constantly looking for new ways to bring more value to our customers and this principle extends to our documentation and knowledge sharing.

We are a Google Cloud Partner!

Posted on March 1, 2021 by CECG

CECG has been appointed Google Cloud Partner. To become a Google Cloud Partner for enterprise cloud transformations, CECG has invested significantly in our team’s expertise.

Using kind to test our Kubernetes Cassandra Operator

Posted on September 25, 2020 by Sebastien Bonnet

How would you test a Kubernetes operator? Would you write unit tests for all its features? Would you want to test its behaviour by isolating it from the components it interacts with?