Tag: Kubernetes
-
Kubernetes – Bridging the gap between 5G and intelligent edge computing
Posted on March 6, 2021, Level beginner Resource Length short
An article by Ashish Sharma. In the era of digital transformation, the 5G network is a leap forward. But frankly, the tall promises of the 5G network are cornering the edge computing technology to democratize data at a granular level.
Tags management cio kubernetes cloud
-
Set up Anthos Service Mesh for multiple GKE clusters using Terraform
Posted on February 13, 2021, Level advanced Resource Length long
Anthos Service Mesh is a managed service mesh for Google Kubernetes Engine (GKE) clusters. Anthos Service Mesh allows GKE clusters to use a single logical service mesh, so that pods can communicate across clusters securely and services can share a single Virtual Private Cloud (VPC). By Waheed Brown and Jianhe Liao.
Tags devops web-development app-development google kubernetes containers
-
Spring Batch on Kubernetes: Efficient batch processing at scale
Posted on February 6, 2021, Level intermediate Resource Length long
Batch processing has been a challenging area of computer science since its inception in the early days of punch cards and magnetic tapes. By Mahmoud Ben Hassine.
Tags kubernetes programming containers java
-
Kubernetes and Ubuntu: 2020 roundup
Posted on January 31, 2021, Level beginner Resource Length medium
Kubernetes has always been a crucial part of Canonical's vision and contribution to the IT world. All leading cloud providers, such as Google, Microsoft, Amazon, Cisco and IBM run cloud Kubernetes services on Ubuntu, because we focus on the latest container capabilities in modern kernels. By Anastasia Valti.
Tags kubernetes containers open-source cloud linux devops software
-
Scaling Kubernetes to 7,500 nodes
Posted on January 26, 2021, Level intermediate Resource Length long
We've scaled Kubernetes clusters to 7,500 nodes, producing a scalable infrastructure for large models like GPT-3, CLIP, and DALL·E. By Benjamin ChessEric Sigler.
Tags kubernetes containers devops software-architecture cloud cio
-
Amazon ECS vs. Amazon EKS: Ultimate showdown
Posted on January 20, 2021, Level beginner Resource Length medium
This article will focus on the two featured AWS weapons for microservices and cloud architecture: Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS). By Serkan Özal.
Tags aws linux devops kubernetes cio cloud
-
Demystifying stateful apps on Kubernetes by deploying an etcd cluster
Posted on January 14, 2021, Level beginner Resource Length medium
Not all apps are the same - when we deploy them to our Kubernetes cluster, we have to take that into account. One classification of apps is between Stateful & Stateless. By Dimitris Kapanidis.
Tags kubernetes containers docker devops
-
Sysdig report surfaces shifts in container adoption
Posted on January 13, 2021, Level beginner Resource Length short
An annual "Container Usage and Security Report" published today by Sysdig finds there has been a significant shift in terms of the types of container engines organizations are employing. By Mike Vizard.
Tags containers docker devops cio kubernetes
-
Using GitHub container registry in practice
Posted on January 1, 2021, Level beginner Resource Length medium
Exploring the new capabilities of GitHub Container Registry. Did you know that GitHub has launched the new GitHub Container Registry September 2020? By Kasun Rajapakse.
Tags containers kubernetes cicd web-development
-
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
-
Helm 3 umbrella charts & standalone chart image tags — alternative approach
Posted on October 13, 2020, Level intermediate Resource Length medium
Helm umbrella charts, for those who aren't familiar, describe and encapsulate a deployable collection of loosely couple Kubernetes components as a higher-order Helm chart. A collection of software elements that each have their own individual charts but, for whatever reason (e.g. design choices, ease of deployability, versioning complexities), must be installed or upgraded as a since atomic unit. By Christopher Parker, MSc.
Tags devops cicd containers kubernetes
-
Bootstrapping Java Kubernetes apps with spring Initializr and K8s initializer
Posted on October 9, 2020, Level intermediate Resource Length medium
Build a Spring Boot app and deploy to K8s without writing a single line of YAML. By Daniel Bryant.
Tags cloud devops kubernetes java containers