Tag: Docker
-
10 docker security best practices
Posted on November 30, 2020, Level intermediate Resource Length short
Docker containers and Kubernetes are the driving force of a modern software development life cycle. Although Docker is a safer option than working on the host machine directly, many potential security issues may arise while working with containers. By Sofija Simic, an aspiring technical writer at phoenixNAP.
Tags docker devops infosec containers software-architecture cio
-
Rebuilding Linkerd's continuous integration (CI) with Kubernetes in Docker (kind) and GitHub Action
Posted on October 24, 2020, Level intermediate Resource Length medium
In mid-2019, the Linkerd project's continuous integration (CI) took 45 minutes, all tests were serialized on a single Kubernetes cluster, and multi-hour backups were common. A migration onto one-off Kubernetes in Docker (kind) clusters and GitHub Actions got CI below 10 minutes, and made it parallelizable. By Andrew Seigner.
Tags cloud docker kubernetes containers devops
-
Rootless containers using Podman
Posted on September 18, 2020, Level intermediate Resource Length medium
Watch this two-part video series on understanding root inside and outside of containers and how user namespaces work. By Brian Smith (Red Hat).
Tags devops app-development containers cloud docker
-
Building your own serverless functions with k3s and OpenFaaS on Raspberry Pi
Posted on September 6, 2020, Level intermediate Resource Length long
In recent years, lots of new programming paradigms have emerged – going from monolithic architectures towards microservices and now serverless functions. As a result, less code needs to be deployed, and updating an application becomes easier and faster as only a part has to be built and deployed. By Andreas Muttscheller.
Tags serverless containers data-science kubernetes devops docker
-
Tutorial: Deploying TensorFlow models at the edge with NVIDIA Jetson Nano and K3s
Posted on September 5, 2020, Level intermediate Resource Length long
Janakiram MSV put together this tutorial about TensorFlow models. We will explore the idea of running TensorFlow models as microservices at the edge. Jetson Nano, a powerful edge computing device will run the K3s distribution from Rancher Labs. It can be a single node K3s cluster or join an existing K3s cluster just as an agent.
Tags containers data-science kubernetes devops docker
-
Getting started with Microsoft Open Service Mesh
Posted on September 4, 2020, Level intermediate Resource Length long
Microsoft announced the first public release of Open Service Mesh (OSM) an open-source, lightweight, and extensible service mesh implementation, based on the Service Mesh Interface (SMI) specification. By Thorsten Hans.
Tags containers azure kubernetes devops docker
-
Containerized Python development
Posted on July 25, 2020, Level intermediate Resource Length long
Developing Python projects in local environments can get pretty challenging if more than one project is being developed at the same time. Bootstrapping a project may take time as we need to manage versions, set up dependencies and configurations for it. By Anca Iordache @docker.com..
Tags web-development devops python containers docker
-
Docker networking and how it impacts your image
Posted on July 9, 2020, Level intermediate Resource Length medium
Can't connect to the server running in your container? Let's see why, and how to fix it, starting with an example. By by Itamar Turner-Trauring.
Tags docker containers devops software-architecture
-
Expanding Service Mesh with Terminating Gateways
Posted on June 19, 2020, Level intermediate Resource Length medium
HashiCorp Consul 1.8 introduced two new features which ease the process of adopting a service mesh, terminating gateways and ingress gateways. In this blog we will discuss what a terminating gateway is, and how it can benefit organizations as they migrate applications into a hybrid service mesh. By Blake Covarrubias.
Tags kubernetes docker containers devops cicd
-
How to integrate with Visual Studio Code, Azure Cloud instance and Docker desktop
Posted on June 15, 2020, Level beginner Resource Length short
Back in January, Docker and Microsoft Joined In Hand to Hand for New Strategic way to help developers and development teams to build and ship application better way . key part of this strategy to helping involve the ecosystem. By Sangam Biradar.
Tags docker containers devops azure python
-
How to improve docker image size with layers
Posted on April 28, 2020, Level intermediate Resource Length medium
Today we're going to dive deeper into Docker's union file system (UFS) layers. Author will try to explain how layers work and then how to use them properly to reduce the size of your images. By Mac Rusek.
Tags containers software-architecture docker
-
How to find and fix Docker container vulnerabilities in 2020
Posted on February 23, 2020, Level intermediate Resource Length long
Containerization allows engineering teams to create a sandbox environment in which to run and test applications. But these open-source images may sometimes contain vulnerabilities which can jeopardise the safety of containers and in turn its host computer/server. By Dipto Karmakar.
Tags containers docker infosec