Articles
Unveiling the Magic Behind On-premises Infrastructure – DevOps Series, Part 4
2 min read
Once developers feel comfortable with their code, Ops needs to think about how it will go into the production environment -- on-premises (private) or in the Cloud (public)?
A Day In the Life of a Modern Applications Developer – DevOps Series, Part 3
4 min read
Wouldn't it be nice to have developers and network operators (Dev and Ops) working together to alleviate issues and accelerate the introduction of new software capabilities in your applications?
Managing Containers Made Easy with Kubernetes – DevOps Series, Part 2
3 min read
Kubernetes (aka: k8s) is the de facto standard for managing all aspects of your application containers. It can scale up to the biggest deployments or down to a cluster of Raspberry Pi.
If You’re Not Familiar with Containers, You’re Missing Out on Something Big – DevOps Series, Part 1
2 min read
With containers, developers can package their applications with the required dependencies and versioned libraries, so Operations teams can deploy them in multiple different environments with no change at all.