DEV Community

Lorenzo Tinfena
Lorenzo Tinfena

Posted on

1 1

Build (remotely) your own cloud services behind NAT (kubernetes, ngrok)

Screenshot 2021-03-09 232030
I new to kubernetes world, and I' trying to create a "fake" cloud services, with a kubernetes cluster on my computer at home, and since I don't have a public static IP, I used ngrok and a telegram bot to notify me the newest urls, this is the repo: https://github.com/LorenzoTinfena/kubernetes-management-ngrok-configuration
The only one gitignore is for secrets.
With this configuration I can receive by the telegram bot the newest ip, and by default, there are two services: access through https the kubernetes dashboard, and access through ssh my host computer (that has an ssh server listening of port 22), if order to configure completely remotely the cluster.
image

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay