Operations | Monitoring | ITSM | DevOps | Cloud

June 2022

How to deploy a Go web application to the cloud with Docker Swarm (Part 2)

Last week, I showed you how to build and deploy a Go Web application (or API backend for a frontend framework like React or Vue) to a cloud provider, using Docker as a process manager. In this post, which is part of two of this series, I will show you a second method of deploying a Go Web app or backend to any cloud, using Docker Swarm.

Cloud 66 Feature Highlight: Audit Logs

What are Audit Logs? Audit Logs automatically record all user activities across all of your applications and team members. Audit Logs provide you with all the information you need to assess changes made to your account, such as IP address, date and time (displayed in your timezone), geo-location (accurate to the city), and the team members involved.

How to deploy a Go web application to the cloud (Part 1)

Go has emerged as a popular option to develop web applications, especially for API backends, used by a React or Vue frontend. This post is the first of a multi-post series on the deployment of a web application to a cloud provider, starting with the simplest form of deployment, all the way to using Kubernetes for your web apps.