-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcluster_context.json
More file actions
116 lines (116 loc) · 2.19 KB
/
cluster_context.json
File metadata and controls
116 lines (116 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"pods": [
{
"name": "payments-api",
"namespace": "prod",
"phase": "Running",
"restart_count": 0,
"controller_kind": "ReplicaSet",
"controller_name": "payments-api-rs",
"node": "worker-1",
"pod_labels": {
"app": "payments-api"
},
"scheduling": {
"unschedulable": false,
"reason": null,
"message": null
},
"service_selectors": [],
"container_states": [],
"dependencies": [
{
"kind": "Secret",
"name": "db-password",
"status": "Missing"
}
],
"persistent_volume_claims": [
"data-volume"
]
}
],
"services": [
{
"name": "payments",
"namespace": "prod",
"selector": {
"app": "payments"
},
"matched_pods": []
}
],
"nodes": [
{
"name": "worker-1",
"ready": true,
"reasons": []
}
],
"events": [],
"deployments": [
{
"name": "payments-api",
"namespace": "prod",
"selector": {
"app": "payments-api"
}
}
],
"replica_sets": [
{
"name": "payments-api-rs",
"namespace": "prod",
"selector": {
"app": "payments-api"
},
"owner_deployment": "payments-api"
}
],
"ingresses": [
{
"name": "payments-ingress",
"namespace": "prod",
"backend_services": [
"payments"
]
}
],
"network_policies": [
{
"name": "deny-all",
"namespace": "prod",
"pod_selector": {
"app": "payments-api"
},
"policy_types": [
"Ingress",
"Egress"
],
"ingress_rule_count": 0,
"egress_rule_count": 0,
"ingress_peer_count": 0,
"egress_peer_count": 0,
"ingress_port_count": 0,
"egress_port_count": 0,
"default_deny_ingress": true,
"default_deny_egress": true
}
],
"persistent_volume_claims": [
{
"name": "data-volume",
"namespace": "prod",
"exists": true,
"phase": "Bound",
"volume_name": "pv-data"
}
],
"persistent_volumes": [
{
"name": "pv-data",
"exists": true,
"phase": "Bound"
}
]
}