Angel N.

Network · Systems Engineer - in the making

Manage Your Cloud Resources With Terraform

Terraform is a tool that allows you to define, manage, and provision resources in the cloud. It uses a declarative syntax to define infrastructure resources as code, which allows you to make it easier to track changes, instead of relying on the traditional UI of the provider. In this guide, we will cover the basics of getting started with Terraform. Here’s a quick overview from Fireship.io. Components Providers Providers are plugins that Terraform uses to interact with a cloud provider....

August 19, 2023 · 4 min · 700 words · Angel

Quick Kubernetes Hands-on Guide

Kubernetes is an open-source platform that is used for deploying, scaling, and managing containerized applications. It is a powerful tool that enables developers to create and manage complex distributed systems with ease. Here’s a quick overview from Fireship.io. Concepts Cluster A Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node. The worker node(s) host the Pods that are the components of the application workload....

June 15, 2023 · 5 min · 1064 words · Angel

Automate Your Infrastructure With Ansible

Automating your infrastructure with Ansible can be a game-changer for any organization looking to streamline their processes and reduce manual labor. Ansible is an open-source automation tool that allows you to automate tasks such as configuration management, application deployment, and orchestration of infrastructure resources, using a declarative language to describe the desired state of a system. One of the key benefits of Ansible is its simplicity and ease of use....

April 6, 2023 · 7 min · 1291 words · Angel

Build a Quick Website With Hugo

Hugo is a popular static site generator written in Go. It allows you to create and manage static websites quickly and easily. In this guide, we will cover the basics of getting started with Hugo. Here’s a quick overview from Fireship.io. Get Started Installation Download the appropriate package for your system. Windows Mac OS Linux Content Management Creating a New Site 1 hugo new site <your-site-name> This will create a new Hugo site in a directory named mysite....

April 4, 2023 · 3 min · 462 words · Angel

Migrating My Site From Jekyll to Hugo

I’ve been utilizing Jekyll for the past few months to build my website. Although it does a pretty good job at doing so, I’ve been taking a look at Hugo and experimenting alongside it. I was able to replicate my website on Hugo with a better looking theme and decided to take the leap. I went ahead and migrated my posts and basic items, making sure everything was nicely organized. And so far, it works pretty good!...

April 4, 2023 · 4 min · 761 words · Angel