Blog

Evaluating Large Scale Solutions for Multi Tenant Metrics System

Posted on November 4, 2024 by Korhan Ozturk

In our work with a client, we encountered a challenge with their multi-tenant Kubernetes platform. The platform was designed to provide a flexible environment where each tenant could independently manage their own services and infrastructure.

Supporting private service access in GCP from a multi-tenanted kubernetes platform

Posted on October 25, 2024 by Tiago Alves

Having a developer platform that works out of the box is great, but integrating it with other cloud provider resources outside the platform can be tricky:

Serverless Exodus to GKE Autopilot

Posted on September 13, 2024 by Jingkai He

Over the last year CECG has been working on an engagement within a client’s Advertising Technology division to deliver an Ad decision server solution.

Automated Landing Zones in GCP Organizations

Posted on August 12, 2024 by Derek Mortimer

What is a Landing Zone? As cloud usage increases across organizations and more teams deploy resources, it becomes increasingly important to stay organized as platform operators to be able to ensure security best practices are being applied and also be able to attribute resources to their owners (e.

How We Execute Greenfield Projects

Posted on July 15, 2024 by Senna Semakula-Buuza

Planning and executing greenfield projects is no easy feat. It requires meticulous planning and flawless execution. Tune in to see how we unveil our strategy to achieve the utmost client satisfaction and critical decisions agreed upon within 15 minutes.

Deep Dive into Policy Controllers and their impact on Cluster Management

Posted on July 3, 2024 by Andreas Ttofi

What is a policy engine in Kubernetes? In this article, we are going to look at how Policy Engines can help enforce organisational standards in Kubernetes.

Best-Practice Security, Automation & Operability, with mTLS

Posted on June 10, 2024 by CECG

Discover how we designed a robust authentication approach which can flexibly handle a diverse range of communication protocols and which scales efficiently.

How onboarding at CECG is different

Posted on May 20, 2024 by Ilia Chernov

What this post is about I recently joined CECG and the onboarding process looked and felt different compared to other companies I worked at.

Securing the Unseen - Comprehensive Strategies for Kubernetes Secret Management

Posted on May 10, 2024 by Neofytos Zacharia

Introduction In the digital landscape, where security breaches and data leaks are ever-looming threats, the art of managing secrets within Kubernetes takes on a paramount importance.

Scaling an http stub for load testing

Posted on April 25, 2024 by Sergei Sizov

Introduction Stubbing is a powerful technique that helps developers write focused, fast and deterministic tests, leading to higher quality software.