Amulyaawscloudbasics.hashnode.dev·Dec 7, 2024Understanding Kubernetes Custom Resources: Extending Kubernetes CapabilitiesIntroduction Kubernetes provides a powerful mechanism to extend its core functionality through Custom Resources, Custom Resource Definitions (CRDs), and Custom Controllers. This article breaks down these concepts and explains how they allow you to en...DevOpsKubernetes
sudipto baralsudiptobaral.hashnode.dev·Dec 16, 2023Before you start kubebuilder.iobook.kubebuilder.io is great for tutorials on developing Kubernetes controllers. Yet, for beginners, it might feel a bit overwhelming. In this blog, I'll guide you through a step-by-step process to build a simple controller using Kubebuilder. It'll m...39 readskubebuilder
Bernice Choybernicecpz.hashnode.dev·Dec 15, 2023Automating API deployment of API Gateway (Finale)Want to catch up from the start? Click here to read the first part of the series Previously... In my previous article, I figured out the manual steps of provisioning an AWS API Gateway and API deployments via awscli. Today's Objective In this articl...CloudAWS CloudFormation
Bernice Choybernicecpz.hashnode.dev·Dec 10, 2023Automating API deployment of API Gateway (Part 2)Previously... In my previous article, I wanted to test if I can deploy API Gateway solely through CloudFormation. While it seems possible, it will become increasingly difficult to maintain. This is due to the constant updating of CloudFormation stack...CloudAWS CloudFormation
Bernice Choybernicecpz.hashnode.dev·Dec 8, 2023Automating API deployment of AWS API Gateway (Part 1)The Inspiration The Why There was a discussion with my colleagues on how there would still be inevitable manual steps such as subsequent deployment for AWS API Gateway. Initial research points towards using CloudFormation(CF) lambda-backed custom res...Cloudcustom-resource