Home Search

environment - search results

If you're not happy with the results, please do another search

Why Choose Kubernetes to Manage Containerized Applications?

We're learning about Kubernetes in this series, and why it is a good choice for managing your containerized applications. In part 1, we talked about...

Microservices With Continuous Delivery Using Docker and Jenkins

Docker, microservices, Continuous Delivery are currently some of the most popular topics in the world of programming. In an environment consisting of dozens of microservices communicating with each other,...

Continuous Integration: CircleCI vs Travis CI vs Jenkins

CI definition and its main goal Continuous Integration (CI) is a software development practice that is based on a frequent integration of the code into...

Security Tips for Installing Linux on Your SysAdmin Workstation

Once you’ve chosen a Linux distro that meets all the security guidelines set out in our last article, you’ll need to install the distro...

Docker Tutorial — Getting Started with Python, Redis, and Nginx

What is Docker? Docker is an open source tool that automates the deployment of the application inside software container.  The easiest way to get the idea behind...

OpenSDS at CloudNativeCon + KubeCon: Moving Forward with SDS and Cloud Computing

CloudNativeCon + KubeCon Europe 2017 has begun and is bringing together the world’s top experts in open source cloud computing. Their goal is to...

What Is Kubernetes?

Kubernetes is open source software for automating deployment, scaling, and management of containerized applications. The project is governed by the Cloud Native Computing Foundation,...

Slaying Monoliths at Netflix with Node.js

The growing number of Netflix subscribers -- nearing 85 million at the time of this Node.js Interactive talk -- has generated a number of...

Manjaro: User-Friendly Arch Linux for Everyone

Arch Linux has never been known as a user-friendly Linux distribution. In fact, the whole premise of Arch requires the end user make a...

Performance Analysis in Linux

Written by Gabriel Krisman Bertazi, Software Engineer at Collabora. Dynamic profilers are tools to collect data statistics about applications while they are running, with minimal...