Tag: Containers
-
Traffic Director and gRPC—proxyless services for your service mesh
Posted on July 22, 2020, Level beginner Resource Length short
Lots of organizations turn to service mesh because it solves tedious and complicated networking problems, especially in environments that make heavy use of microservices. It also allows them to manage application networking policies, like load balancing and traffic management policies, in a centralized place. By Stewart Reichling and Srini Polavarapu @Google.
Tags devops software-architecture kubernetes containers
-
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
-
Service mesh comparison: Istio vs Linkerd
Posted on June 29, 2020, Level intermediate Resource Length medium
From the latest CNCF annual survey, it is pretty clear that a lot of people are showing high interest in service mesh in their project and many are already using in Production. Nearly 69% are evaluating Istio, and 64% are evaluating Linkerd. By infracloud.io.
Tags software-architecture apis kubernetes distributed cloud containers devops
-
Host a static site using Linode Object Storage
Posted on June 28, 2020, Level beginner Resource Length medium
Static site generators are a popular solution for creating simple, fast, flexible, and attractive websites that are easy to update. Traditionally, these static HTML files would be served by a web server (like NGINX or Apache) running on a Linode. Using Object Storage to host your static site files means you do not have to worry about maintaining your site's infrastructure. By linode.com.
Tags distributed cloud containers cio web-development open-source
-
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
-
Get a LoadBalancer for your private Kubernetes cluster
Posted on June 11, 2020, Level intermediate Resource Length long
In this tutorial, author will walk through how you can expose a Service of type LoadBalancer in Kubernetes, and then get a public, routeable IP for any service on your local or dev cluster through the new inlets-operator. By Alex Ellis.
Tags devops kubernetes containers microservices
-
Serverless and Knative: Knative Serving
Posted on June 3, 2020, Level intermediate Resource Length long
In this article author will cover Knative Serving, which is responsible for deploying and running containers, also networking and auto-scaling. Auto-scaling allows scale to zero and is probably the main reason why Knative is referred to as Serverless platform. By haralduebele.
Tags kubernetes devops app-development software-architecture containers
-
How to build stateful, cloud-native services with Akka and Kubernetes
Posted on May 10, 2020, Level intermediate Resource Length long
In this white paper by Jonas Bonér, CTO and co-founder of Lightbend, Inc you will learn few tips for running your stateful services as if they are stateless. The next frontier of competitive advantage is the speed with which you can extract value from data.
Tags akka programming scala containers
-
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
-
Attack matrix for Kubernetes
Posted on April 2, 2020, Level intermediate Resource Length medium
Security research software engineer Yossi Weizman put together this guide for considering new security challenges when moving workloads to Kubernetes.
Tags devops kubernetes software-architecture containers golang
-
GitOps using Helm3 and Flux for Node.js and Express.js Microservice
Posted on April 1, 2020, Level intermediate Resource Length long
In this tutorial author will show you how to build a GitOps pipeline for a Node.js application built with Express.js. The application was created in an earlier tutorial. Rather than deploying new versions manually, flux will deploy it to Kubernetes whenever a build of the Docker image is available. By Alex Ellis.
Tags devops kubernetes software-architecture containers golang