Total 43 Posts

DevOps

Certified Kubernetes Administrator (CKA) Certification Guide: Preparation Tips and Strategies

The work is performed on live clusters in the terminal window and access to Kubernetes documentation is available throughout the session.…

Read More


Jan 02, 2024 7 min read

Iryna Chmelyk

Kubernetes

Hands on Guide - Migrating Postgres from EC2 to Amazon RDS - Part 2 of 2

Part 2 of 2 - In-depth guide to migrating Postgres from EC2 to Amazon RDS.…

Read More


Nov 17, 2023 13 min read

Lucas Ward

AWS

Hands on Guide - Migrating Postgres from EC2 to Amazon RDS - Part 1 of 2

This is part 1 of 2 - an in-depth guide migrating postgres from self managed EC2 to Amazon RDS.…

Read More


Nov 07, 2023 19 min read

Lucas Ward

AWS

AWS MAP - Assess Your Readiness with the Cloud Adoption Framework

The Amazon Web Services (AWS) Migration Acceleration Program (MAP) is structured into a trilogy of phases: Assess, Mobilize, and Migrate & Modernize. The subject of this article is the inaugural phase, which involves evaluating your preparedness.…

Read More


Aug 22, 2023 5 min read

Lucas Ward

AWS

AWS MAP - Migrating Postgres from Self-Managed EC2 to RDS

The Amazon Web Services (AWS) Migration Acceleration Program (MAP) is a comprehensive and proven cloud migration program based on AWS’s experience migrating thousands of enterprise customers to the cloud.…

Read More


Jul 20, 2023 10 min read

Lucas Ward

DevOps

Python in Production (Part 5 of 5)

Welcome back to the Python in Production series. In the fourth part of the series, we learned how to run our program as a service on a linux machine using systemd. In the part of the series, we will learn how to automate our build process using Jenkins.…

Read More


May 24, 2023 7 min read

Lucas Ward

Python

Python in Production (Part 4 of 5)

Welcome back to the Python in Production series. Now that we have a runnable binary, we are ready to integrate our program into a system.…

Read More


Mar 30, 2023 9 min read

Lucas Ward

Python

Modernize your Pipeline to be ARM-ready with Multi-Arch Container Builds

Co-authored by John Blat and Lucas Ward ARM computing has been historically reserved for embedded…

Read More


Mar 28, 2023 10 min read

Lucas Ward

Cloud

What Makes Entando a Highly Available Architecture?

High availability within the software world means a user can employ a technology to do a piece of work when needed. It needs to be Scalable, Resilient, Reliable, and Durable. Entando is a Highly Available Architecture, because of Kubernetes.…

Read More


Mar 02, 2023 5 min read

Lucas Ward

Entando

Python in Production (Part 3 of 5)

In Part 3 of Python in Production we learn how to generate a single file binary executable and why doing so will aid your path to production.…

Read More


Jan 25, 2023 5 min read

Lucas Ward

Python

Azure from an AWS World

Coming from an AWS background, when I was asked to help out on a project…

Read More


Jan 12, 2023 4 min read

Jonathan Scharf

AWS

Python in Production (Part 2 of 5)

Welcome back to the Python in Production series. In the first part of the series,…

Read More


Dec 01, 2022 5 min read

Lucas Ward

Python

Python in Production (Part 1 of 5)

Writing Python code is fast and easy. It is thanks to this fact that Python…

Read More


Nov 22, 2022 7 min read

Lucas Ward

Python

Kubernetes Tutorial #1: Intro

Intro DevOps Engineers have moved from on-premise, monolithic applications to large-scale application systems in the…

Read More


Oct 12, 2021 5 min read

David Elizondo

Kubernetes

Jenkins vs. AWS CodePipeline

If you have worked with CI/CD, chances are you have used the likes of…

Read More


Sep 10, 2021 3 min read

Jonathan Scharf

Jenkins