Author image

Lucas Ward

5 posts North Carolina
DevOps / Cloud Engineer at Ippon USA. Proud Father, Devoted Husband, and Mad Scientist.

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

Hardening Kubernetes and What That Entails With Entando

Web Application security is hard. Doing security right in Kubernetes is even more difficult. In order to cover everything listed in the Kubernetes Threat Matrix, you have to follow best practices across the board. Shift security left and use opinionated platforms like Entando.…

Read More


Dec 20, 2022 7 min read

Lucas Ward

Kubernetes

Python in Production (Part 2 of 5)

Welcome back to the Python in Production series. In the first part [https://blog.ippon.…

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