Delete multiple jobs in Kubernetes
In this blog, we will cover how to bulk delete multiple jobs in Kubernetes. A Kubernetes Job creates one or more Pods and when the specified number of successful runs are complete, the task is considered as complete. To delete a Job, we will need to clean up the Pods it creates. Bulk Delete Jobs […]
Deploy React app to AWS S3 using Github Actions
In this blog, we will cover how to deploy a React app to AWS S3 using Github Actions. In our previous blog, we covered how to build a static website with headless CMS and deploy to AWS. So, this will be an extension of that and we will discuss how to create the continuous integration […]
Build static website with Headless CMS, AWS S3, CloudFront and CICD pipeline
In this blog, I will discuss how to build AWS Headless CMS static site using AWS S3 and AWS CloudFront. I will also cover how to automate the end-to-end deployments using a continuous integration and deployment (CICD) pipeline. i highly recommend Gatsby (or any other headless CMS) for building static sites along with cloud technologies […]