Madeesha’s Tech SpaceinFAUN — Developer Community 🐾Docker images into DockerfilesThere are some cases that we need to build Dockerfile using a docker image. Fortunately Docker images are not a blackbox, there are options…Jan 11, 2023Jan 11, 2023
Madeesha’s Tech SpaceFixing “No space left on device” issue in an ec2 instance.It is really common to receive “No space left on device” if you don’t allocate enough disk space to an ec2 instance. It can be occurred…Dec 12, 2022Dec 12, 2022
Madeesha’s Tech SpaceinFAUN — Developer Community 🐾Sync AWS Secrets Manager secrets with Kubernetes to expose it as an environment variableUsing AWS secrets manager to store your Kubernetes secrets and retrieve data from the secrets manager give you couple of benefits.Dec 2, 2022Dec 2, 2022
Madeesha’s Tech SpaceCapturing Heap Dumps of stateless Kubernetes pods before container termination and export to AWS S3Kubernetes supports executing commands before the container termination. So if we need to capture heap dump in the event of container…Dec 2, 2022Dec 2, 2022
Madeesha’s Tech SpaceBuilding EKS Kubernetes cluster with eksctl“eksctl” is a very popular and useful tool which can be used to create and manage kubernetes clusters in AWS. It allows us to keep the…Dec 1, 2022Dec 1, 2022
Madeesha’s Tech SpaceDo we need liveness and readiness probes in Kubernetes deployments?One of the most common question with the Kubernetes deployment is, do we really need liveness or readiness probes? The simple answer to…Jan 28, 2021Jan 28, 2021
Madeesha’s Tech SpaceinITNEXTCreate Lambdas in an existing VPC using CDKBy default lambda is not bound to a VPC and it can communicate with all the resources inside public subents. There may be many use cases…Dec 8, 2020Dec 8, 2020
Madeesha’s Tech SpaceinITNEXTDeploying Lambda Functions with Layer using CDKServerless deployment needs to import libraries and dependencies into the Lambda functions. So the easiest way to import those third party…Dec 3, 2020Dec 3, 2020
Madeesha’s Tech SpacePass environment variables to lambda function deployed with AWS CDKThere are cases that we need to deal with passing information inside lambda function using environment variables.Nov 24, 2020Nov 24, 2020
Madeesha’s Tech SpaceinFAUN — Developer Community 🐾Cross-account access to invoke AWS lambda using AWS CDKIf you are here, you may have a pretty good knowledge on how to use AWS CDK for defining cloud infrastructure in code and provisioning it…Nov 13, 2020Nov 13, 2020