article thumbnail

Vendor-Side DevOps Practices Can Still Deliver Better Value While Client-Side Government Processes Catch Up

CTOvision

With the private sector making the cultural and technological shift to better DevOps practices, it was only a matter of time before private providers to government clients began to probe how DevOps practices can positively impact application delivery for DoD (and other) clients.

Devops 150
article thumbnail

What’s Free at Linux Academy — March 2019

Linux Academy

Eschewing any technical practices, this course takes a high-level view of the history of Linux, the open-source movement, and how this powerful software is used today. This course explains the culture of DevOps as well as some of the main practices and tools associated with DevOps. Then this course is for you.

Linux 80
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

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

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. Fast and frequent releases of production-ready software now slide though automated tests, staging and into production infrastructures.

article thumbnail

The O’Reilly Software Architecture Conference Call for Participation

CTOvision

Friends at O’Reilly Media have just alerted me to a call for participation in the O’Reilly Software Architecture Conference, which will be held 17-19 March in Boston MA (see: [link] ). More info is below: The O’Reilly Software Architecture Conference Call for Participation. Caching, load balancing, optimization.

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.