Remove Devops Remove Linux Remove Load Balancer Remove Software Development
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.

Devops 60
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.