Tag: Kubernetes
-
Istio and the race for Service Mesh dominance
Posted on March 6, 2020, Level beginner Resource Length short
In this article by Lawrence E Hecht we look at review of industry studies of the service mesh. They indicate that Istio has an early lead as a preferred control plane.
Tags devops cio miscellaneous kubernetes
-
How to: Kubernetes for cheap on Google Cloud
Posted on February 16, 2020, Level intermediate Resource Length long
Niko Kosonen published this step by step tutorial how to run Kubernetes on two micro instances on Google Kubernetes Engine (GKE) without external load balancers. Cluster setup from scratch.
Tags kubernetes event-driven containers devops software-architecture
-
faasd: lightweight Serverless for your Raspberry Pi
Posted on January 15, 2020, Level inttermediate Resource Length medium
Kick the tires with faasd today, for a lightweight serverless experience that doesn't require Kubernetes. Instead it uses containerd and the existing OpenFaaS ecosystem. By Alex Ellis.
Tags devops software-architecture containers kubernetes
-
How does Alibaba ensure performance of system components in a 10,000-node Kubernetes cluster?
Posted on January 3, 2020, Level advanced Resource Length long
The production environment of Alibaba consists of more than 10,000 containerized applications, with the entire network of Alibaba being a massive system using millions of containers running on more than 100,000 hosts. This is how they run it. By alibaba.com
Tags devops kubernetes cloud containers software-architecture
-
Go plus services and one goliath project
Posted on December 20, 2019, Level intermediate Resource Length long
An article by Kevin Dangoor from Khan Engineering about how Khan Academy is embarking on a huge effort to rebuild our server software on a more modern stack in Go.
Tags management software-architecture apis kubernetes software-architecture kotlin
-
Architecture of a large-scale web search engine, circa 2019
Posted on December 19, 2019, Level beginner Resource Length long
This is a long overview of bunch of search engines and their architecture. By Tech & Cliqz on 0x65.dev.
Tags search software-architecture containers kubernetes
-
Google Cloud Platform free tier vs physical and cloud servers for startups
Posted on December 18, 2019, Level interemediate Resource Length long
Over a decade ago, it was a common practice to host server software on dedicated private servers. In the age of cloud computing, this hasn't changed a lot because many businesses continue using cloud services as usual servers. By topal on hackernoon.
Tags software-architecture google containers kubernetes
-
How we 30x'd our Node parallelism
Posted on December 13, 2019, Level interemediate Resource Length long
What's the best way to safely increase parallelism in a production Node service? What if your application is a bank integration service? That's a question author's team needed to answer a couple of months ago. By Evan Limanto.
Tags software-architecture nodejs cloud cio containers kubernetes
-
Turn your docker image into an auto-scaling Kubernetes deployment using Amazon EKS
Posted on December 11, 2019, Level interemediate Resource Length long
Omer Hanetz wrote this piece about his experiences with using EKS as the link between your cloud environment with all its computation power, storage, and security features, and your Kubernetes-based containerized environment with its micro-service and auto-scale capabilities.
Tags containers software-architecture kubernetes aws
-
Do you know what's in Helm 3?
Posted on November 20, 2019, Level intermediate Resource Length long
Understand new capabilities and migration options for Helm 3, the package manager for Kubernetes. By Martin Hickey on IBM Developer Blog.
Tags kubernetes devops containers cicd web-development
-
Simplifying Microservices on Kubernetes with Microsoft's Dapr (Distributed Application Runtime)
Posted on November 11, 2019, Level intermediate Resource Length long
Gokul Chandra put together this tutorial on hot topic of microservices. Majority of the issues that developers often run into while developing microservices for edge or cloud, revolve around event-driven needs.
Tags microservices docker kubernetes software-architecture
-
Use Kabanero, Appsody, and Codewind to build Spring Boot application on Kubernetes
Posted on October 21, 2019, Level intermediate Resource Length short
An guide by Hafid Haddouti. In the era of DevOps where the team is responsible for building and running applications for their entire life cycle, choosing the best tools is crucial to help reduce the work needed for building and deploying cloud-native applications.
Tags kubernetes programming java devops oop