Skip to content
Advertisement

Tag: fabric8

how to get the Node CPU% and MEMORY% value using java io.fabric8 kubernetes-client library

kubectl top nodes NAME                      CPU(cores)   CPU%  MEMORY(bytes)  MEMORY%  gsdjsgfhdsgfz-12345665-jisj000000 934m       24%     10439Mi       82% gsdjsgfhdsgfz-12345665-jisj000001 717m       18%     9132Mi         72% gsdjsgfhdsgfz-12345665-jisj000002 1099m         28%     7614Mi       60% how

Full example of container deployment with fabric8 api

I am looking for a complete example that explains the deployment of application container using the fabric8 java API. What should be the execution order of the following concepts? Service Replication Controller Pod Docker container And how to configure them together? Answer Please read the kubernetes user-guide for the basic concepts in kubernetes, and tutorials for examples and common usage

Advertisement