Photo by Barn Images on Unsplash

A Gentle Introduction to Kubernetes

In this story, we’re going to use learn how to deploy Kubernetes services and Ambassador API gateway. We are going to examine the difference between Kubernetes proxies and service mesh like Istio. We will see how to access the Kubernetes API and discover some security pitfalls when building Docker images and many interesting things.

Aymen El Amri
FAUN — Developer Community 🐾
24 min readAug 19, 2019

--

Disclaimer

This content is part of / inspired by one of our online courses/training. You can learn more about Learn Kubernetes by Building 10 Projects here.

We will start by developing a simple Python application, an API that returns the list of trending repositories by programming language.

You can find the Github repository containing the code here:

Development Environment

--

--