Home Tags DevOps

Tag: DevOps

Why Agile, DevOps and Continuous Integration are here to stay: Interview...

0
In the past few years, Agile software development has seen tremendous growth. There is a huge demand for software delivery solutions that are fast,...

AWS Fargate makes Container infrastructure management a piece of cake

0
Containers such as Docker, FreeBSD Jails, and many more, are a substantial way for developers to develop and deploy their applications. Also, with container...

Top 5 cloud security threats to look out for in 2018

0
In the era of cloud deployment and DevOps, cloud adoption has seen a steady rise since 2017. Forbes report state that global public cloud...

Building Docker images using Dockerfiles

0
Docker images are read-only templates. They give us containers during runtime. Central to this is the concept of a 'base image'. Layers then sit...

OpenShift 3.9 released ahead of planned schedule

0
In an effort to sync their releases with Kubernetes, RedHat skipped 3.8 release and came up with version 3.9, for their very own container...

Kubernetes 1.10 released

0
Kubernetes has announced their first release of 2018: Kubernetes 1.10. This release majorly focuses on stabilizing 3 key areas which include storage, security, and...

The key differences between Kubernetes and Docker Swarm

1
The orchestration war between Kubernetes and Docker Swarm appears to be over. Back in October, Docker announced that its Enterprise Edition could be integrated...

Stack Overflow Developer Survey 2018: A Quick Overview

0
Stack Overflow recently published their annual developer survey in which over 100,000 developers and professionals participated. The survey shed light on some very interesting...

5 things to remember when implementing DevOps

0
DevOps is a much more realistic and efficient way to organize the creation and delivery of technology solutions to customers. But like practically everything...

Why microservices and DevOps are a match made in heaven

0
What are microservices? In terms of software, ‘services’ could be thought of as little chunks of functionality. Services are a part of service-oriented architecture (SOA)....