You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ k8s get events
LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON SOURCE MESSAGE
23s 3h 182 onlywallet-1-0-1-2-khlxq Pod Warning DNSSearchForming kubelet, onlywallet.duwamish.com Search Line limits were exceeded, some dns names have been omitted, the applied search line is: onlywallet.svc.cluster.local svc.cluster.local cluster.local.duwamish.com duwamish.com naretail.duwamish.com
cluster deployment
$ k8s get deployments
No resources found.
cluster services
k8s get services -o wide
k8s describe services/onlywallet-service
Type: ClusterIP //could be LB as well?
IP: a.b.c.d
Port: 8080-tcp 8080/TCP
Endpoints: x.y.z.a:8080
https://github.com/prayagupd/onlywallet-nodejs/tree/master/onlywallet-kubectl
https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/pods_and_services.html
config
$ k8s config view apiVersion: v1 clusters: - cluster: insecure-skip-tls-verify: true server: https://dev.duwamish.com:8443 name: dev.duwamish.com:8443 contexts: - context: cluster: dev.duwamish.com:8443 namespace: onlywallet-api-dev user: prayagupd/dev.duwamish.com:8443 name: esp-caip-api-dt-bdc-na/dev.duwamish.com:8443/prayagupd current-context: onlywallet-api-dev/dev.duwamish.com:8443/prayagupd kind: Config preferences: {} users: - name: prayagupd/dev.duwamish.com:8443 user: token: BglmitOIQhpVzlTlOIJ-lfXdHcNY7LloXKvRxtlBsBg
cluster events
cluster deployment
cluster services
cluster pods
ssh terminal: https://kubernetes.io/docs/tasks/debug-application-cluster/get-shell-running-container/
Secrets
https://kubernetes.io/docs/concepts/configuration/secret/
https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
also,
Resourcs
https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/
The text was updated successfully, but these errors were encountered: