• AWS CDK: Deploying a product in AWS Service Catalog

    3 min read

    AWS CDK Service Catalog product golang

    AWS Service Catalog allows organizations to create and manage catalogs of IT services that are going to get deployed in AWS using CloudFormation templates. To deploy an instance of a product we can use any IaC tool like Terraform, Pulumi, or the AWS CDK.

    03/09/2024

    Read more...
  • Kubernetes: Pod Security

    4 min read

    kubernetes security Pod Security Standards namespace

    Security is one of the key concerns when running workloads on Kubernetes. To help teams safeguard their cluster environments, Kubernetes offers Pod Security Standards (PSS). These standards define how to enforce security controls for your pod workloads.

    02/09/2024

    Read more...

More recent...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets