the cloud provider

An Introduction to Cloud-Config Scripting — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Cloud-Config Scripting

The the cloud provider metadata service includes a field called “user-data”, which can be used to specify a script that will be run as your server is brought online. The CloudInit program, which runs these scripts, can process a special script type called “cloud-config”. In this guide, we’ll explore how to create cloud-config files and the best ways to leverage their power.

Read more
How To Create a High-Availability Setup with Heartbeat and Reserved IPs on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Create a High-Availability Setup with Heartbeat and Reserved IPs on Ubuntu

Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.

Read more
Python Machine Learning Projects — A the cloud provider eBook — step-by-step AI And Machine Learning tutorial on Progressive Robot

Python Machine Learning Projects — A cloud provider eBook

A free, open, eBook to learn more about machine learning in Python through completing programming projects. Project-based learning offers the opportunity to gain hands-on experience by digging into complex, real-world challenges. You can download this book and read it offline, allowing you to work at your own pace as you go through machine learning Python projects. If you are a teacher or workshop leader, you may also use this resource with students or community members.

Read more
How To Use Doctl, the Official the cloud provider Command-Line Client — step-by-step DevOps tutorial on Progressive Robot

How To Use Doctl, the Official the cloud provider Command-Line Client

the cloud provider’s web based control panel provides a convenient, point-and-click interface for managing Droplets. There are many times, however, when a command-line tool may be a preferable alternative. doctl, the official the cloud provider command-line client, leverages the cloud provider API to provide access to most account and Droplet features.

Read more
How To Code in Go eBook — step-by-step Programming tutorial on Progressive Robot

How To Code in Go eBook

This book is designed to introduce you to writing programs with the Go programming language. You’ll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.

Read more
CHAT