Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Thai |
---|
เรียกใช้แอปพลิเคชัน HTTP ตัวอย่าง |
Code Block |
---|
kubectl runcreate deployment hello-minikube --image=k8s.gcr.io/google_containers/echoserver:1.4 --port=808010 |
2. Expose the service so that external connections can be made
...
Code Block |
---|
kubectl expose deployment hello-minikube --type=NodePort --port=8080 |
3. Inspect the pod
Thai |
---|
ตรวจสอบพ็อด |
...