July 2019

Changing credentials on Docker Swarm Services

  • 2019-07-01
  • php, docker, devops, swarm, security

This post will give you and overview on how docker performs the authentication into image registries,
and how changes to the credentials alters the workflow when multiple nodes are involved.

June 2019

Traps on the way of Blue-Green deployments

  • 2019-06-14
  • php, docker, devops, swarm

Docker (as well as Kubernetes) gives you a way to update your applications with no-downtime through a strategy called Blue-Green deployment. Here we can see a common trap (and solution) when building PHP-based applications and doing blue-green deployments.

October 2017

How do I deploy my Symfony API - Part 5 - Conclusion

  • 2017-10-18
  • php, symfony, aws, deploy, symfony, api, docker, amazon, ec2, swarm

This is the fifth and last article from a series of blog posts on how to deploy a symfony PHP based application to a docker swarm cluster hosted on Amazon EC2 instances.
This post is a conclusive post. Contains a summary and some tips.

How do I deploy my Symfony API - Part 4 - Deploy

  • 2017-10-10
  • php, symfony, aws, deploy, symfony, api, docker, amazon, ec2, swarm

This is the forth article from a series of blog posts on how to deploy a symfony PHP based application to a docker swarm cluster hosted on Amazon EC2 instances.
This post focuses on the final and last step, the deploy.

How do I deploy my Symfony API - Part 3 - Infrastructure

  • 2017-10-04
  • php, symfony, aws, deploy, symfony, api, docker, amazon, ec2, swarm, puppet

This is the third article from a series of blog posts on how to deploy a symfony PHP based application to a docker swarm cluster hosted on Amazon EC2 instances.
This post focuses on the AWS and instances configuration.

September 2017

How do I deploy my Symfony API - Part 2 - Build

  • 2017-09-27
  • php, symfony, aws, deploy, symfony, api, docker, amazon, ec2, docker-compose, swarm, build, circle-ci

This is the second article from a series of blog posts on how to deploy a symfony PHP based application to a docker swarm cluster hosted on Amazon EC2 instances.
This post focuses on the build process, executed on a continuous integration server.

How do I deploy my Symfony API - Part 1 - Development

  • 2017-09-20
  • php, symfony, aws, deploy, symfony, api, docker, amazon, ec2, docker-compose, swarm

This is the first from a series of blog posts on how to deploy a symfony PHP based application to a docker swarm cluster hosted on Amazon EC2 instances.
This post focuses on the development environment.

Want more info?