article thumbnail

AIOps and our Robot Kubernetes Kops

Linux Academy

On the heals of the still wet DevOps movement we are introduced to the new era of DevOps that reaches beyond pipeline automation and into the realm of pipeline evolution. High speed low latency networks now allow us to add these nodes anywhere in a cloud infrastructure and configure them under existing load balancers.

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.