|
| 1 | +apiVersion: v1 |
| 2 | +kind: Namespace |
| 3 | +metadata: |
| 4 | + name: kuttl-kafka |
| 5 | + |
| 6 | +--- |
| 7 | +apiVersion: apps/v1 |
| 8 | +kind: Deployment |
| 9 | +metadata: |
| 10 | + labels: |
| 11 | + app.kubernetes.io/instance: my-cluster |
| 12 | + app.kubernetes.io/managed-by: strimzi-cluster-operator |
| 13 | + app.kubernetes.io/name: entity-operator |
| 14 | + app.kubernetes.io/part-of: strimzi-my-cluster |
| 15 | + strimzi.io/cluster: my-cluster |
| 16 | + strimzi.io/component-type: entity-operator |
| 17 | + strimzi.io/kind: Kafka |
| 18 | + strimzi.io/name: my-cluster-entity-operator |
| 19 | + name: my-cluster-entity-operator |
| 20 | + namespace: kuttl-kafka |
| 21 | +status: |
| 22 | + availableReplicas: 1 |
| 23 | + readyReplicas: 1 |
| 24 | + replicas: 1 |
| 25 | + |
| 26 | +--- |
| 27 | +apiVersion: v1 |
| 28 | +kind: Pod |
| 29 | +metadata: |
| 30 | + name: my-cluster-kafka-0 |
| 31 | + namespace: kuttl-kafka |
| 32 | +status: |
| 33 | + phase: Running |
| 34 | + |
| 35 | +--- |
| 36 | +apiVersion: v1 |
| 37 | +kind: Pod |
| 38 | +metadata: |
| 39 | + name: my-cluster-zookeeper-0 |
| 40 | + namespace: kuttl-kafka |
| 41 | +status: |
| 42 | + phase: Running |
| 43 | + |
| 44 | +--- |
| 45 | +apiVersion: v1 |
| 46 | +kind: Service |
| 47 | +metadata: |
| 48 | + labels: |
| 49 | + app.kubernetes.io/instance: my-cluster |
| 50 | + app.kubernetes.io/managed-by: strimzi-cluster-operator |
| 51 | + app.kubernetes.io/name: kafka |
| 52 | + app.kubernetes.io/part-of: strimzi-my-cluster |
| 53 | + strimzi.io/cluster: my-cluster |
| 54 | + strimzi.io/component-type: kafka |
| 55 | + strimzi.io/discovery: "true" |
| 56 | + strimzi.io/kind: Kafka |
| 57 | + strimzi.io/name: my-cluster-kafka |
| 58 | + name: my-cluster-kafka-bootstrap |
| 59 | + namespace: kuttl-kafka |
| 60 | +spec: |
| 61 | + ports: |
| 62 | + - name: tcp-replication |
| 63 | + port: 9091 |
| 64 | + protocol: TCP |
| 65 | + targetPort: 9091 |
| 66 | + - name: tcp-clients |
| 67 | + port: 9092 |
| 68 | + protocol: TCP |
| 69 | + targetPort: 9092 |
| 70 | + - name: tcp-clientstls |
| 71 | + port: 9093 |
| 72 | + protocol: TCP |
| 73 | + targetPort: 9093 |
| 74 | + selector: |
| 75 | + strimzi.io/cluster: my-cluster |
| 76 | + strimzi.io/kind: Kafka |
| 77 | + strimzi.io/name: my-cluster-kafka |
| 78 | + |
| 79 | +--- |
| 80 | +apiVersion: v1 |
| 81 | +kind: Service |
| 82 | +metadata: |
| 83 | + labels: |
| 84 | + app.kubernetes.io/instance: my-cluster |
| 85 | + app.kubernetes.io/managed-by: strimzi-cluster-operator |
| 86 | + app.kubernetes.io/name: kafka |
| 87 | + app.kubernetes.io/part-of: strimzi-my-cluster |
| 88 | + strimzi.io/cluster: my-cluster |
| 89 | + strimzi.io/component-type: kafka |
| 90 | + strimzi.io/kind: Kafka |
| 91 | + strimzi.io/name: my-cluster-kafka |
| 92 | + name: my-cluster-kafka-brokers |
| 93 | + namespace: kuttl-kafka |
| 94 | +spec: |
| 95 | + ports: |
| 96 | + - name: tcp-ctrlplane |
| 97 | + port: 9090 |
| 98 | + protocol: TCP |
| 99 | + targetPort: 9090 |
| 100 | + - name: tcp-replication |
| 101 | + port: 9091 |
| 102 | + protocol: TCP |
| 103 | + targetPort: 9091 |
| 104 | + - name: tcp-kafkaagent |
| 105 | + port: 8443 |
| 106 | + protocol: TCP |
| 107 | + targetPort: 8443 |
| 108 | + - name: tcp-clients |
| 109 | + port: 9092 |
| 110 | + protocol: TCP |
| 111 | + targetPort: 9092 |
| 112 | + - name: tcp-clientstls |
| 113 | + port: 9093 |
| 114 | + protocol: TCP |
| 115 | + targetPort: 9093 |
| 116 | + publishNotReadyAddresses: true |
| 117 | + selector: |
| 118 | + strimzi.io/cluster: my-cluster |
| 119 | + strimzi.io/kind: Kafka |
| 120 | + strimzi.io/name: my-cluster-kafka |
| 121 | + |
| 122 | +--- |
| 123 | +apiVersion: v1 |
| 124 | +kind: Service |
| 125 | +metadata: |
| 126 | + labels: |
| 127 | + app.kubernetes.io/instance: my-cluster |
| 128 | + app.kubernetes.io/managed-by: strimzi-cluster-operator |
| 129 | + app.kubernetes.io/name: zookeeper |
| 130 | + app.kubernetes.io/part-of: strimzi-my-cluster |
| 131 | + strimzi.io/cluster: my-cluster |
| 132 | + strimzi.io/component-type: zookeeper |
| 133 | + strimzi.io/kind: Kafka |
| 134 | + strimzi.io/name: my-cluster-zookeeper |
| 135 | + name: my-cluster-zookeeper-client |
| 136 | + namespace: kuttl-kafka |
| 137 | +spec: |
| 138 | + ports: |
| 139 | + - name: tcp-clients |
| 140 | + port: 2181 |
| 141 | + protocol: TCP |
| 142 | + targetPort: 2181 |
| 143 | + selector: |
| 144 | + strimzi.io/cluster: my-cluster |
| 145 | + strimzi.io/kind: Kafka |
| 146 | + strimzi.io/name: my-cluster-zookeeper |
| 147 | + |
| 148 | +--- |
| 149 | +apiVersion: v1 |
| 150 | +kind: Service |
| 151 | +metadata: |
| 152 | + labels: |
| 153 | + app.kubernetes.io/instance: my-cluster |
| 154 | + app.kubernetes.io/managed-by: strimzi-cluster-operator |
| 155 | + app.kubernetes.io/name: zookeeper |
| 156 | + app.kubernetes.io/part-of: strimzi-my-cluster |
| 157 | + strimzi.io/cluster: my-cluster |
| 158 | + strimzi.io/component-type: zookeeper |
| 159 | + strimzi.io/kind: Kafka |
| 160 | + strimzi.io/name: my-cluster-zookeeper |
| 161 | + name: my-cluster-zookeeper-nodes |
| 162 | + namespace: kuttl-kafka |
| 163 | +spec: |
| 164 | + ports: |
| 165 | + - name: tcp-clients |
| 166 | + port: 2181 |
| 167 | + protocol: TCP |
| 168 | + targetPort: 2181 |
| 169 | + - name: tcp-clustering |
| 170 | + port: 2888 |
| 171 | + protocol: TCP |
| 172 | + targetPort: 2888 |
| 173 | + - name: tcp-election |
| 174 | + port: 3888 |
| 175 | + protocol: TCP |
| 176 | + targetPort: 3888 |
| 177 | + selector: |
| 178 | + strimzi.io/cluster: my-cluster |
| 179 | + strimzi.io/kind: Kafka |
| 180 | + strimzi.io/name: my-cluster-zookeeper |
0 commit comments