Multi-tenancy Solutions for Kubernetes Series: Evaluation Criteria
Overview Kubernetes' official website has a good explaination about the motivation, use cases, considerations, and the potential patterns of implementing the multi-tenancy in Kubernetes. Running Kubernetes is costly in terms of the required resources and the overhead of managing the clusters. And Kubernetes does not …
Read MoreDiving Deeper Into Operator Framework, Part 2
This is the part 2 of my blog series about operator frameworks deep-dive. In part 1, here, I've walked you through a typical Kubernetes operator building process and it's time now to answer the question of "who will monitor the monitors". It's Operator Lifecycle Manager (OLM): The Operator Lifecycle Manager …
Read MoreDiving Deeper Into Operator Framework, Part 1
When managing and operating complex software on Kubernetes, it's very common to think about the operator pattern which can simplify a lot of things for day 1 and day 2, from the SRE/Operator perspective, with the cost of coding. Kubernetes is a platform for building platforms. It's a better place to start; not the …
Read More