blog.prateekjain.devDeploying Angular App to S3 and CloudFront with GitHub Actions: Part 2This is the second blog post in my two-part series, where we deploy an Angular app to AWS S3 and CloudFront using GitHub Actions and configure a custom domain for your application. In the first part, we created all the necessary AWS resources, such a...Jul 10, 2023·6 min read
blog.prateekjain.devDeploying Angular App to S3 and CloudFront with GitHub Actions: Part 1Angular is a powerful and popular JavaScript framework for building web applications. One of the key benefits of Angular is its ability to easily deploy applications to a wide range of platforms, including Amazon Web Services (AWS). In this blog post...Apr 10, 2023·4 min read
blog.prateekjain.devPassing the CKS exam: My Experience and Study TipsI passed the CKS exam on March 2023, and officially completed the triad (CKAD, CKA and CKS) of Kubernetes certification. Now it's time to share my experience with the exam. CKS exam and its purpose The CKS exam certification is offered by the Cloud ...Mar 18, 2023·3 min read
blog.prateekjain.devPassing the CKAD: My Experience and Study TipsI passed the CKAD exam on September 12, 2022, and now it’s time to share my experience with the exam. Exam Preparation I referred Mumshad Mannambeth’s CKAD course for preparation. This course has almost all the resources required for exam preparatio...Feb 10, 2023·3 min read
blog.prateekjain.devCKAD exam Preparation Notes - Storage in Kubernetes - Part 7In the last part, we have covered the Services and types of services (ClusterIP, NodePort and Load Balancer) and Ingress in Kubernetes. This part will cover Volumes, Persistent Volumes, Persistent Volume Claims and Storage Classes. Volumes Volume is...Nov 7, 2022·5 min read