Eugene Fedorenko·Jul 27, 2021Provision a fleet of K8s clusters in multiple clouds with GitOpsIn one of my previous posts I showed how we can use CAPI and Flux to declare and provision AKS clusters. The beauty of CAPI is that it was…
Eugene Fedorenko·Jul 2, 2021Provision Secure AKS cluster with GitOps and CAPIIn the previous post I showed how we can use GitOps and CAPI/CAPZ to declaratively provision AKS clusters. To make these clusters…
Eugene Fedorenko·Mar 7, 2021Provision a fleet of AKS clusters in GitOps fashionA new team in the organization comes to a platform administrator and asks to provision a new AKS cluster for their new project. The…
Eugene Fedorenko·Sep 15, 2020Canary Model Deployment with Seldon CoreSeldon Core supports Canary deployment strategy out-of-the box. Recently I was looking for some samples/references describing that feature…
Eugene Fedorenko·Sep 7, 2020Protect applications on Kubernetes with Istio and Azure ADWhenever you decide to expose API of your K8s hosted applications, so it’s publicly available outside of the K8s cluster and outside of…
Eugene Fedorenko·Aug 16, 2020Build Inference Pipelines with Seldon CoreSeldon Core is a popular open-source framework to deploy machine learning models on a Kubernetes cluster. It’s lightweight, simple and it…