Tag: 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
-
Writing Kubernetes Operator in Python without frameworks and SDK
Posted on October 1, 2019, Level intermediate Resource Length long
An article by flant.com about how to create a solid operator using one of the most popular programming languages that almost every DevOps engineer is familiar with -- Python.
Tags devops python kubernetes miscellaneous agile
-
The basics of Kubernetes networking
Posted on September 11, 2019, Level intermediate Resource Length medium
Kamil Lelonek explains everything you need to know about Kubernetes networking in this article. When you deploy your application to a Kubernetes cluster, you usually want to have it accessible from the outside. For real-world production applications, one of the important questions to ask is how to get external traffic into your container.
Tags devops programming kubernetes containers
-
Getting started with Rancher
Posted on August 22, 2019, Level intermediate Resource Length medium
An article by Mike 'MJ' Johnson about getting your hands on Rancher. With the power and flexibility of Kubernetes, you also get a massive amount of complexity. Rancher was founded in 2014 with a company focus on creating software to help manage Docker containers. Rancher 2 can help you more easily deploy, manage and maintain your Kubernetes clusters across multiple environments, both on premise and in the cloud.
Tags web-development devops kubernetes containers how-to
-
To run or not to run a database on Kubernetes: What to consider
Posted on July 21, 2019, Level beginner Resource Length short
Benjamin Good, Solutions Architect, Google Cloud, wrote this piece in which he considers if you should run a database on Kubernetes. Today, more and more applications are being deployed in containers on Kubernetes—so much so that we've heard Kubernetes called the Linux of the cloud.
Tags database devops kubernetes google
-
Starting local Kubernetes using kind and Docker
Posted on April 21, 2019, Level intermediate Resource Length short
Youichi Fujimoto wrote this guide about running Kubernetes easily in Docker. He shows the steps to run a cluster in single Docker container using kind.
Tags docker containers kubernetes
-
Kafka-Streams -- road to autoscaling via Kubernetes
Posted on April 16, 2019, Level intermediate Resource Length long
This article is based on the talk Scale in / Scale out with Kafka-Streams and Kubernetes from Xebicon'18. Loïc Divad is the author of this article and he aims to present a few advantages that come with specific practices related to Kafka-Streams like containerization and orchestration, and especially autoscaling.
Tags kubernetes apis apache devops