Tag: devops
-
How I deploy a Laravel project to a Kubernetes Cluster
An overview of how I set up Kubernetes, and my projects to deploy to it.
-
I’m not a “devops” person, but I’m learning
By trade I am a PHP developer. I’ve never done devops in a professional setting. However, for a while I have had a strange fascination with various continuous integration and deployment strategies I’ve seen at many of my places of work. I’ve seen some very complicated setups over the years, which has created a mental…
Tagged: devops -
Getting started with Terraform
In this guide I’ll show you a way to get started with Terraform — specifically with Digital Ocean.
Tagged: devops -
Using ansible to prepare a digital ocean droplet to host a static website
Preface This guide comes logically after the previous one I wrote about setting up a digital ocean server with Terraform. You can clone my website’s ansible repository for reference. The main logic for this Ansible configuration happens in the setup.yml file. This file can be called whatever you like as we’ll call it by name…