Tag: Kubernetes
-
Top 4 must-monitor API Gateway metrics
Posted on August 10, 2020, Level beginner Resource Length short
Marc Andreessen famously said, "Software is eating the world." Dr. Steve Willmott subsequently retorted, "APIs are eating software." This is because API based architectures are enabling companies to get away from monolithic architectures and move to microservices. Innovative, disruptive companies like Netflix, Airbnb, Uber, Square, and Slack all build their infrastructure and technology using APIs. By bluematador.com.
Tags monitoring kubernetes aws devops tdd
-
Want to reduce service cost and resource waste? Start squeeze testing
Posted on August 9, 2020, Level beginner Resource Length short
James Burns wrote this article about squeeze testing. The practice of "squeeze testing" exists to keep information about the performance requirements of a service up to date for a given traffic load.
Tags containers kubernetes monitoring devops tdd
-
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
-
Working with Terraform and Kubernetes
Posted on July 3, 2020, Level intermediate Resource Length short
Philipp Strube form Kubestack put together this article about Kubestack provisions managed Kubernetes services like AKS, EKS and GKE using Terraform but also integrates cluster services from Kustomize bases into the GitOps workflow.
Tags devops cloud kubernetes javascript
-
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
-
How to get big results with a small SRE team
Posted on June 27, 2020, Level beginner Resource Length medium
One responsibility of every site reliability engineering team is to help other engineers deliver changes quickly and safely to customers. By Pierre Vincent Head of Site Reliability Engineering, Glofox.
Tags devops cloud kubernetes distributed teams agile
-
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
-
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
-
Scaling Kubernetes monitoring without blind spots or operations burden
Posted on April 20, 2020, Level intermediate Resource Length medium
Kubernetes has seized center stage in the DevOps world when building and migrating applications to a cloud-native environment. In reality, Kubernetes is a means to an end — to scale operations of containerized microservice architecture. By Daniella Pontes.
Tags agile kubernetes devops how-to
-
Best practices for microservices on kubernetes
Posted on April 4, 2020, Level intermediate Resource Length long
There are several best practices for building microservices architecture properly. In this article author mentions the best practices with some new rules dedicated especially for microservices deployed on Kubernetes platform. By Piotr Minkowski.
Tags microservices devops web-development open-source kubernetes kotlin
-
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