Skip to content

debojitroy/Express-API-Kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Express API with SSL

This repo is linked to this blog.

Express API Container

The Express API container hosts a simple Express Server. It listens on port 8080 and echoes the hostname.

Envoy Container

The Envoy container listens for TLS connections on port 8443. It forwards all incoming requests to the Express Server through the loopback address.

Build the images

The build process is maintained using makefile

make

This will build and push the container images.

Pod Description

pod.express-ssl.yaml describes the pod to run the containers in side-car pattern.

About

Simple Express API on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published