article thumbnail

AWS Lambda Versioning and Aliases

Linux Academy

As I detailed in a previous blog post, I’m continuing to update the Linux Academy AWS DevOps Pro certification course. In AWS, we work a lot with infrastructure: VPCs, EC2 instances, Auto Scaling Groups, Load Balancers (Elastic, Application, or Network). Software Deployment Workflows and Versioning. AWS Lambda, and.

Devops 60
article thumbnail

Evolving Strategies in Platform Operations: Harnessing Automation and DevOps for Enhanced Efficiency and Reliability

KineticData

This article delves into our path to operational excellence, achieved by strategically incorporating automation and DevOps practices. DevOps: Bridging Development and Operations DevOps fosters an environment where operations teams do not need to master software development.

Devops 59
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

Working in technology, whether that be software development, DevOps, or system administration, you’ve undoubtedly heard of Kubernetes. Let’s expose our deployment behind a load-balancing service: $ kubectl expose deployment webserver-deployment --type=LoadBalancer --port=80 service/webserver-deployment exposed.