object storage

How To Automate Backups with object storage — step-by-step DevOps tutorial on Progressive Robot

How To Automate Backups with object storage

Backing up important data is an essential part of managing any computer infrastructure. In this tutorial, we will build a script around the s3cmd command line tool which can be used to quickly upload data to object storage. We will then use crontab to regularly invoke the backups script and upload files to our Space.

Read more
How To Set Up a Private Docker Registry on Top of object storage and Use It with Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Set Up a Private Docker Registry on Top of object storage and Use It with Kubernetes

A private Docker registry allows you to securely share your images within your team or organization. By hosting your private Docker registry directly in your Kubernetes cluster, you achieve higher speeds, lower latency, and better availability, all while having control over the registry. In this tutorial, you’ll deploy your private Docker registry to your Kubernetes cluster using Helm, backed up by object storage.

Read more
How To Install Web Apps Using Cloudron on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Web Apps Using Cloudron on Ubuntu 18.04

Cloudron is a platform that streamlines the installation and management of apps, like WordPress, Rocket.Chat, Nextcloud, GitLab, OpenVPN, and more, to your server. A key benefit of using Cloudron is that it performs end-to-end deployment of apps. In this tutorial, you’ll install Cloudron on your server then deploy a WordPress site, as an example, to experience how Cloudron performs complete deployment automation.

Read more
How To Protect Sensitive Data in Terraform — step-by-step Devops tutorial on Progressive Robot

How To Protect Sensitive Data in Terraform

Terraform provides automation to provision your infrastructure in the cloud. To do this, Terraform authenticates with cloud providers to deploy the resources and perform the planned actions. However, the information Terraform needs for authentication is very valuable. In this tutorial, you’ll hide sensitive data in outputs during execution and store your state in a secure cloud object storage, which encrypts data at rest. You’ll also use tfmask to censor values in the Terraform execution.

Read more
How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04

Minio is a popular open source object storage server compatible with the Amazon S3 cloud storage service. The service stores unstructured data such as photos, videos, log files, backups, and container/VM images. For all of these reasons, learning to set up a Minio object storage server can add a wide range of flexibility and utility to your project. In this tutorial, you will install and secure a Minio server on Ubuntu 18.04 and access Minio’s UI to create a storage bucket.

Read more
CHAT