Skip to main content

Posts

Showing posts from April, 2021

Hey earth is your day - earthday

 Today is a day dedicated to our home (our planet).  Photo by Akil Mazumder from Pexels Today is a reminder of caring and protecting the environment, to care about our future. We invite you to follow the conversation at earthday ORG >

Get containerized: Docker and Kubernetes

Introduction Containers are great for DevOps, and as a development environment in general. Photo by Pixabay from Pexels  In this article I want to take the opportunity to share with you the following: A brief overview of the two popular containers: Docker, Docker Swarm and Kubernetes Differences between Docker Swarm and Kubernetes Example of Docker and Kubernetes to provide you a hands-on experience A container is a runtime environment. It will allow you to separate the applications from the infrastructure. This decoupling allows you to deliver the applications at a faster pace. With containers, you can have the applications, and the dependencies, in one self-contained package. That package can be easily shared with other developers in the team irrespective of the OS they are using. This will get the developers setup faster and ready to contribute to the software being developed/maintained/supported. Diagram 1   Similar to the benefits to the development process, containers also sim

This blog uses cookies to improve your browsing experience. Simple analytics might be in place for pageviews purposes. They are harmless and never personally identify you.

Agreed