Minghe

Results 47 comments of Minghe

Hi, @lemniskett Thank you raising this, I did not test on Pi before, I may not be able to do it very soon, if you want, you can create a...

Cover this one https://github.com/metrue/fx/issues/538

### Node https://swaggerstats.io/guide/prometheus.html#prometheus-queries collect metrics with swagger-stats, its data expose as Prometheus format, then take Prometheus to consume those data, display with granfana. - [x] expose the metrics with Prometheus...

## Case 1: **Dependency management** Normally a service is not just one single source code file, it may require different modules/packages, we normally call it `dependency`, and different languages provide...

@hongkongkiwi sounds like a good idea, would you be nice to explain it more, it'd be helpful if someone likes to add this feature.

@hongkongkiwi Let me clarify it a little bit. Does it look like the following workflow? ``` ┌────────────────────────┐ │ etcd │ └────────────┬───────────┘ │ ▲ │ │ ▼ │ list service ┌────────────────────────┐...

## NodePort usage For example, you have a running pod **test-fx-pod**, and expose to service **test-fx-pod-svc** with NodePort type, ``` $ kubectl expose deployment test-fx-pod --name=local_access --port=3000 --target-port=3000 node-port=30001 --type=NodePort...

But how to access the pod's functionality with `kubectl exec`, like `cURL` for instance?

The reason discussed here, https://github.com/kubernetes-sigs/kind/issues/99