Tag: Kubernetes
-
How to connect to Redis with Unix sockets in Docker
Posted on January 2, 2018, Level intermediate Resource Length short
Jonathan Baldie short tutorial addressing speed of Redis connection. Connecting to Redis via Unix sockets is usually faster than connecting via TCP/IP.
Tags docker containers kubernetes
-
KubeVirt - the first look
Posted on December 19, 2017, Level beginner Resource Length medium
Karim Boumedhel wrote interesting article introducing Kubernetes virtualization API (KubeVirt) - an API and runtime add-on for Kubernetes in order to define and manage virtual machines.
Tags cloud kubernetes containers
-
Automated image builds with Jenkins, Packer, and Kubernetes
Posted on November 28, 2017, Level intermediate Resource Length long
Detailed article - tutorial from Google Cloud Platform (GCP) engineers about deploying faster. Creating custom images to boot your Google Compute Engine instances or Docker containers can reduce boot time and increase reliability. By pre-installing software into a custom image, you can also reduce your dependency on the availability of 3rd party repositories that are out of your control.
Tags cicd kubernetes containers gcp
-
Advanced kubernetes ingress
Posted on October 29, 2017, Level intermediate Resource Length medium
Björn Wenzel deatiled writting on how to to setup a more complex kubernetes ingress example. This blog post is building on his previous post - Install kubernetes ingress. The application in this example has an api-server and a separate ui server.
Tags kubernetes containers devops software-architecture infosec
-
How mailgun adopted service mesh with vulcand and NGINX
Posted on October 28, 2017, Level intermediate Resource Length medium
Derrick J Wippler description how and why they jumped on service mesh bandwagon. He will tell you what is a service mesh, why they have adopted it at Mailgun, and how are they using it to deliver their software. Service mesh has officially become a thing, thanks to the launch of [Istio](https://istio.io/) (a joint collaboration between IBM, Google, and Lyft) and the adoption of [linkerd](https://linkerd.io/) by big companies like PayPal and Ticketmaster.
Tags microservices kubernetes software-architecture
-
How to operate kubernetes network
Posted on October 20, 2017, Level intermediate Resource Length long
Julia Evans excellent blog post focusing on how to set up your Kubernetes network. She hasn't had seen much about how to operate the network and be confident that it would not create a lot of production incidents for you down the line. And that's why she dives into kubernetes networking in this post.
Tags kubernetes devops cloud
-
Local microservices development with Edward
Posted on August 19, 2017, Level intermediate Resource Length medium
Francesco Renzi neat tutorial exploring simple and easy local development based on kubernetes with edward - command line tool for managing microservices. Requires golang 1.6+.
Tags microservices docker kubernetes
-
Comparing Docker vs. Kubernetes vs. Apache Mesos
Posted on August 14, 2017, Level beginner Resource Length long
Amr Abdelrazik published blog post in which he compares 3 popular open source projects - Docker vs. Kubernetes vs. Apache Mesos and summarizes why what you think you know about them is probably wrong.
Tags kubernetes containers docker apache
-
What's new in Kubernetes 1.7, and should we care?
Posted on July 20, 2017, Level beginner Resource Length short
Nick Chase from Mirantis quick intro into what we can expect from Kubernets 1.7. This release focusing on production features such as security, extensibility, and stateful applications.
Tags kubernetes microservices
-
linkerd: A service mesh for AWS ECS
Posted on July 9, 2017, Level beginner Resource Length medium
Dario Simonetti - Head of Core Engineering at Attest wrote nice article about service mesh for AWS EC2 Container Service (AWS ECS). There is very little content online that explains how to set it up.
Tags microservices kubernetes