This Project has been created to facilitate Node.js API Development. I added all the bits and pieces that you need to get a solid Node.js project running.
An Ingress with HTTPS Traffic in Upstream Servers, HTTPS Redirection and Sticky Sessions( IBM)
IBM has done a very good job on their Ingress Documentation.
These are the annotations needed.
For HTTPS Redirection,
Bare-metal Continuous Integration and Continuous Deployment with just Docker ft. My Slides
The demo slides are shown below.
Awesome Kubernetes Tutorials on YouTube
I am just going to add the links to these videos since I am still a bit paranoid about embedding someone else’s videos into my Blog.
Securing HTTP Traffic to Upstream Servers using NGINX
How do you secure your backend using HTTPS? I will create a Swagger Node Project to show you how.
Enabling Emojis on Jekyll
It is nice to have Emojis in a blog. Jemoji is a Jekyll plugin to generate emojis in your Jekyll Blog.
The installation of the plugin is simple. Add the below lines to your _config.yml
.
Custom Domains for GitHub Pages
GitHub Documentation on Setting up Custom Domains will not that great if you do not know what you are supposed to do.
Here’s what you need to do to setup your own Subdomain.
Create a CNAME
file on your repo root. Then push your code to GitHub.
Create your own Helm Repo
Helm is a Package Manager for Kubernetes. Here‘s a good getting started tutorial on Helm Charts.
My Helm Chart Repo is exposed on https://welagedara.github.io/helm/.