QUICK SETUP : FREE TIER EC2 AMAZON INSTANCE Create a free tier ec2 instance in amazon, reserve an Elastic IP and assign it to the instance.
Install nginx or whatever other services as like as Kubernetes and When access to the services from internet is needed, for that go to my domain registrar for example godaddy and create a CNAME that point to this Elastic IP. You can also Build a ELB (aws elastic load balancer) in front of nginx web server, then redirect the traffic from ELB to nginx, this way will be more flexable. Finally create a security group, and open stream to HTTPS port or whatever you want to expose.