preloader

Containers

Docker-Compose YAML to AWS RDS

Docker-Compose YAML to AWS RDS

Docker-compose YAML file for Wordpress, NGINX and AWS RDS. Mounts an AWS EFS volume for persistent storage. Also creates SSL certificate by running a certbot container. Just change email and domain.

Docker-Compose YAML to Google CloudSQL

Docker-Compose YAML to Google CloudSQL

Docker-compose YAML file for Wordpress and Google CloudSQL Auth Proxy which is the recommended method for connecting to a CloudSQL instance.

Wordpress Docker Compose

Wordpress Docker Compose

Here’s how to run a WordPress site and MySql server using docker-compose. This yaml file also includes a certbot container to create a certificate for your site. In addition, this will store configuration on the host vm for persistent storage.

Links to Research

Links to sites I like or that have very specific tutorials. Cisco, Cloud, Coffee, VoIP etc.

Kubernetes Scaling

Kubernetes Scaling

Kubernetes Scaling Pods

Scaling on the fly is one of the most desired aspects of cloud deployments. With Kubernetes, you may change the number of pods without affecting services. The following two options are available to us. One is a straightforward command, while the other calls for configuration updates. Both are quite simple and logical. You would use the following command to scale a running deployment up to 4 pods: