kubectl expose deployment hello-world --type=LoadBalancer --name=my-service
kubectl patch svc backend -p '{"spec":{"externalIPs":["192.168.0.194"]}}'