Lewis L. Wood Tech

Welcom to my Website

Hop on board and follow me on this journey of building and implementing all the micro services, security, authentification & Authorizing.

This site is currently hosted on my Home Office Kubernetes Cluster. The cluster is made up of two Raspberry PI s. CloudFlared provides me a custom tunnel that I maintain locally. The tunnel provides ssl certificates and encryption. Also they handle the ddos attacks. I define the ingress routing. Cloudflre maintains my dns records and point the to my tunnel I tell them to.

Currently have 3 dns routes defined:

api.lewislwood.com

This is the backend micro service written in Nestjs using Typescript. This interfaces with the Postgresql database. It will handle all queries and authentification for the services. Even future Native React or other languages wanting data from my services.

API Home route

https://api.lewislwood.com


PathModeDescription
/publicDefault Home Route