Created
May 1, 2019 17:34
-
-
Save dbrinegar/f2d4ff325a0d5915ab3d6386b04b13bc to your computer and use it in GitHub Desktop.
kubectl get akkacluster/akka-cluster-demo -o yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: app.lightbend.com/v1alpha1 | |
kind: AkkaCluster | |
metadata: | |
creationTimestamp: "2019-05-01T03:42:06Z" | |
generation: 1 | |
name: akka-cluster-demo | |
namespace: default | |
resourceVersion: "13715" | |
selfLink: /apis/app.lightbend.com/v1alpha1/namespaces/default/akkaclusters/akka-cluster-demo | |
uid: 17164de8-6bc3-11e9-bf40-080027a0295a | |
spec: | |
replicas: 3 | |
template: | |
spec: | |
containers: | |
- image: lightbend-docker-registry.bintray.io/lightbend/akka-cluster-demo:1.0.2 | |
livenessProbe: | |
tcpSocket: | |
port: 8558 | |
name: main | |
ports: | |
- containerPort: 8080 | |
name: http | |
- containerPort: 2552 | |
name: remoting | |
- containerPort: 8558 | |
name: management | |
status: | |
leader: akka.tcp://[email protected]:2552 | |
members: | |
- node: akka.tcp://[email protected]:2552 | |
nodeUid: "-335879784" | |
roles: | |
- dc-default | |
status: Up | |
- node: akka.tcp://[email protected]:2552 | |
nodeUid: "-162971019" | |
roles: | |
- dc-default | |
status: Up | |
- node: akka.tcp://[email protected]:2552 | |
nodeUid: "598651804" | |
roles: | |
- dc-default | |
status: Up | |
oldest: akka.tcp://[email protected]:2552 | |
oldestPerRole: | |
dc-default: akka.tcp://[email protected]:2552 | |
unreachable: [] | |
kind: List | |
metadata: | |
resourceVersion: "" | |
selfLink: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment