object storage

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
12 Days of the cloud provider: Your Complete Guide — step-by-step Databases tutorial on Progressive Robot

12 Days of the cloud provider: Your Complete Guide

A recap of the 12 Days of the cloud provider tutorial series. Build a Birthday Reminder Service and an Email Receipt Processor while exploring the cloud provider services like managed databases, serverless functions, object storage, logging, and APIs like Twilio and GenAI.

Read more
How To Set Up a CD Pipeline with Spinnaker on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up a CD Pipeline with Spinnaker on Kubernetes

Spinnaker is an open-source resource management and continuous delivery application for fast, safe, and repeatable deployments, using a powerful and customizable pipeline system. Spinnaker allows for automated application deployments to many platforms, including Kubernetes. In this tutorial, you’ll deploy Spinnaker to Kubernetes using Halyard, with object storage as the underlying back-end storage.

Read more
CHAT