Operations | Monitoring | ITSM | DevOps | Cloud

Cloud 66

Review changes before deploying to production - Build. Preview. Deploy.

Whether you have two or two dozen developers working on features for your product, updates can introduce bugs or unwanted changes. Therefore, before merging a feature branch to production, you can review all the changes with our preview deployment feature. It allows you and your team to quickly and easily check that the latest changes work as desired. It also allows you to share feedback and helps prevent “it worked on my machine” scenarios.

Changelog 11th August 2022

We have rolled out our new "operation log viewer." This feature is not just a facelift of our logging interface but a whole new way to view and search logs for actions taken by you and your team on your applications. The new viewer supports historical deployment logs, allowing you to see logs from previous actions. In addition, you can see logs for background operations like renewing your SSL certificates.

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.