0 points
Sun Nov 29 2020 18:24:50 GMT+0000 (UTC)
Posted by @ankity09 #aws,ckad
kubectl run hazelcast --image=hazelcast/hazelcast --port=5701 \ --env="DNS_DOMAIN=cluster" --labels="app=hazelcast,env=prod"
Creates hazelcast pod from command line
Copy this code:
Preview:
Comments