Tag Archives: API

Kubernetes: Kubernetes API, API groups, CRDs, and the etcd
0 (0)

21 July 2025

I actually started to write about creating my own Kubernetes Operator, but decided to make a separate topic about what a Kubernetes CustomResourceDefinition is, and how creating a CRD works at the level of the Kubernetes API and the etcd. That is, to start with how Kubernetes actually works with resources, and what happens when… Read More: Kubernetes: Kubernetes API, API groups, CRDs, and the etcd0 (0) »

Loading

AWS: Lambda functions – an overview, and integration with AWS API Gateway
0 (0)

18 August 2021

AWS Lambda allows running a code without the need to create and manage servers, also known as the serverless approach. AWS Lambda will determine how much CPU and memory is needed to run a function, and when it’s necessary it will perform autoscaling. A code to be running is organized in lambda functions and can be… Read More: AWS: Lambda functions – an overview, and integration with AWS… »

Loading