Kubernetes

How to Create Google Kubernetes Engine Autopilot

November 17th 2021, 11:33
The GKE Autopilot comes in handy if you want to run your applications on Kubernetes but would not wish to manage the nodes, images, node pools, networking, alongside a host of operational components of the typical Kubernetes cluster. It technically lets you run your applications on Kubernetes but without worrying...
1620

How to use HTTP(S) Load Balancers to Set Up Multi-Ingress Clusters

November 17th 2021, 11:31
Your web application uses GCKE clusters to operate efficiently but these clusters are spread across a variety of regions. You need a way to reliably direct users’ traffic to the nearest cluster to their geographical location. The best way to achieve this is with a single HTTP(S) load balancer such...
1125

How to Resize a Google Kubernetes Engine Cluster

November 17th 2021, 11:29
To make sure the clusters you launch on Kubernetes always perform optimally, take a moment to check their node numbers. If necessary, redistribute some nodes to spread the load evenly between clusters and better support your browsing habits. Prerequisites Activate Kubernetes Engine API Make sure your cluster is active before...
1268

How to use locust for load testing

November 6th 2021, 12:56
Locust provides a quick and easy way to perform distributed load tests on VMs and other applications. Unlike with some other load testing tools, users can monitor the process and identify bottlenecks or other weaknesses as they happen. Plus, Locust is compatible with all major architectures and server infrastructures. Step...
2049

How to Make use of a MongoDB Database with the StatefulSets on Google Kubernetes Engine

September 15th 2021, 7:55
You wish to run the MongoDB on the Google Cloud Kubernetes Engine that demands access to the persistent disk. Given that MongoDB demands a persistent disk, you should deploy it as a stateful application. This demands that you make use of the StateFulSet controller to roll out the MongoDB for...
3826

How to Create a Regional Cluster on Google Kubernetes Engine

September 15th 2021, 7:39
You intend to run an application on the Kubernetes but want this to happen across two or more zones within a region. You cherish the availability of your applications over and above the flexibility that may often pop up with a zonal Kubernetes cluster. Run this application in the regional...
936

How to Create a Zonal Cluster on Google Kubernetes Engine

September 15th 2021, 7:29
If you want to run an application on Kubernetes within a single zone or region, you have to create and upgrade the cluster quickly. For this to happen, you have to care less about the availability and the placements of clusters closer to the likely users. Run your application on...
1603