Tag "devops"
14 results

Why I Prefer Terraform Over Cloud Development Kits for Long-Term Infrastructure Maintenance
When it comes to infrastructure management, my preference leans heavily towards tools like Terraform rather than Cloud Development Kits (CDKs). Why? Terraform’s declarative approach, where you defi...

Migración Entre Regiones De Alibaba Cloud
El cloud, o “la nube”, es algo que tiene un potencial enorme para mejorar la eficiencia de las empresas, pero a menudo hace falta hacer ajustes por aquí y por allá para mejorar su eficiencia y el r...

Using Alibaba Cloud DevOps Flow to automate an ECS Deployment
Called just “Flow”, this is the long-awaited DevOps tool from Alibaba Cloud. Until now, this cloud provider didn’t have any CI/CD platform to help developers automate pipelines. Automating pipeline...

Dealing With Large Docker Images in Alibaba Cloud Kubernetes
All applications starts in the same way, usually with a simple deployment made up of a tiny and organised Docker Container which is built and deployed within minutes. As your business grows, that t...

Participating in Alibaba Cloud Open Platform’s first challenge
If you weren’t aware, I submitted on November a Terraform Module I made to the Alibaba Cloud Open Platform Challenge. Said challenge was designed to bring developers closer to the tools Alibaba Clo...

SSH Tunnelling With Alibaba Cloud To Expose A Local Environment
What we want to solve with this tutorial?

Launch an Alibaba Cloud ECS with Docker using Terraform
This example will show you how to launch an Alibaba Cloud (阿里云) ECS Instance using Ubuntu and packed with Docker and Docker Compose. Very simple but can be used as good start for other project.

Deploying and Best Practices with Alibaba Cloud
With this How-To I want to talk about Best Practices using Alibaba Cloud (阿里云) deploying a new website/webapp to their infrastructure, also covering the implementation of the maintenance. The artic...

Docker Image cleaning easy automation with cron
Docker makes it easy to ship your applications and services in containers, so you can run them anywhere. Also true is that the more you work with Docker the easier your VM tends to accumulate a hug...

Alibaba Cloud PHP and AB Benchmarking
As some of you may know, I recently moved all my services and infrastructure to Alibaba Cloud (阿里云), being this one of the best decisions I made in 2017 in terms of Cloud Computing. I used several ...

Reverse proxy with Caddy on WordPress with SSL & Docker
WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...

Magento 2.1.x Dockerfile
Magento 2 installation made easy

.htaccess basic configuration
Apache logo

Correct file & folder permissions for WordPress
Some plugin desapeared to your WordPress installation? Some hacked thing? No problem, if you fix the file permissions on your files you will harden your site.