Scaling PHP Applications on AWS

You can understand the running highly available, performant, and secure PHP applications on AWS. Amazon Route 53 routes end-user requests resolving Domain Name Service (DNS). Amazon CloudFront caches content and accelerates delivery, leveraging global points of presence. CloudFront also handles SSL ending, integrating with Amazon Certificate Manager, which automatically creates and renews SSL certificates at […]

Let’s Learn Kubernetes – Part 3

In this part, we will learn minikube and kubectl. We will run a Kubernetes cluster on a local computer. Let’s start for learn! minikube and kubectl This is the minimal production cluster setup. It should contain at least two master and N nodes. What is minikube? Minikube means one node cluster with master and node. […]

Let’s Learn Kubernetes – Part 2

Hello, here is Part 2 of the Let’s Learn Kubernetes series. If you want to read Part 1, you can follow Let’s Learn Kubernetes – Part 1 Deployment and StatefulSet In this example, now everything is running perfectly without any issue and the user can access the application via a browser. When the Application container […]