AWS re:Invent 2022 Day 1

AWS re:Invent started today. The year’s biggest Cloud event is being held across multiple sites in Las Vegas, NV from Mon, Nov 28, 2022 to Fri, Dec 2, 2022.Here are a few announcements today from the AWS team before Adam Selipsky's Keynote tomorrow. New – Amazon ECS Service…

Read More

Kubernetes Security Best Practices

In this article, we'll look at the best practices for securing your workloads on Kubernetes. Always create minimal images for your application: Remove packages and dependencies you don’t need in your software package to reduce the size. Most containerized images use Debian or Ubuntu as the base image. These…

Read More

What is Infrastructure as Code?

Historically, managing IT workloads and infrastructure was a manual and challenging process. Organizations and developers had to physically install and configure servers, machines, and hardware, which was expensive, time-consuming, and inconsistent. In traditional infra provisioning, the developer will have to go through a series of manual steps like setting up…

Read More