Skip to content

Commit 2bd7af7

Browse files
obaydullahmhsraihankhanNeaj-Morshad-101Ashraful Haque Tanipritamdas99
authored
Update docs with KubeDB version v2024.12.18 (#725)
Signed-off-by: obaydullahmhs <[email protected]> Signed-off-by: raihankhan <[email protected]> Signed-off-by: Neaj Morshad <[email protected]> Signed-off-by: Ashraful Haque Tani <[email protected]> Signed-off-by: pritamdas99 <[email protected]> Co-authored-by: raihankhan <[email protected]> Co-authored-by: Neaj Morshad <[email protected]> Co-authored-by: Ashraful Haque Tani <[email protected]> Co-authored-by: pritamdas99 <[email protected]> Co-authored-by: SK Ali Arman <[email protected]>
1 parent 99118c0 commit 2bd7af7

File tree

97 files changed

+431
-373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+431
-373
lines changed

docs/examples/kafka/autoscaler/kafka-combined.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
podTemplate:
1010
spec:
1111
containers:

docs/examples/kafka/autoscaler/kafka-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
topology:
99
broker:
1010
replicas: 2

docs/examples/kafka/clustering/kf-multinode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 3
8-
version: 3.6.1
8+
version: 3.9.0
99
storage:
1010
accessModes:
1111
- ReadWriteOnce

docs/examples/kafka/clustering/kf-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 1
8-
version: 3.6.1
8+
version: 3.9.0
99
storage:
1010
accessModes:
1111
- ReadWriteOnce

docs/examples/kafka/clustering/kf-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
enableSSL: true
99
tls:
1010
issuerRef:

docs/examples/kafka/configuration/kafka-combined.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
configSecret:
1010
name: configsecret-combined
1111
storage:

docs/examples/kafka/configuration/kafka-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
configSecret:
99
name: configsecret-topology
1010
topology:

docs/examples/kafka/connectcluster/connectcluster-quickstart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ metadata:
44
name: connectcluster-quickstart
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
replicas: 3
99
connectorPlugins:
1010
- mongodb-1.11.0
11-
- mysql-2.4.2.final
12-
- postgres-2.4.2.final
13-
- jdbc-2.6.1.final
11+
- mysql-3.0.5.final
12+
- postgres-3.0.5.final
13+
- jdbc-3.0.5.final
1414
kafkaRef:
1515
name: kafka-quickstart
1616
namespace: demo

docs/examples/kafka/connectcluster/kcc-distributed.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: connectcluster-distributed
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
enableSSL: true
99
tls:
1010
issuerRef:
@@ -15,8 +15,8 @@ spec:
1515
name: connectcluster-custom-config
1616
replicas: 3
1717
connectorPlugins:
18-
- postgres-2.4.2.final
19-
- jdbc-2.6.1.final
18+
- postgres-3.0.5.final
19+
- jdbc-3.0.5.final
2020
kafkaRef:
2121
name: kafka-prod
2222
namespace: demo

docs/examples/kafka/migration/mirror-connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
authSecret:
88
name: mirror-connect-auth
9-
version: 3.6.1
9+
version: 3.9.0
1010
replicas: 3
1111
kafkaRef:
1212
name: target-kafka

docs/examples/kafka/migration/source-kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
authSecret:
88
name: source-kafka-auth
99
replicas: 2
10-
version: 3.6.1
10+
version: 3.9.0
1111
storage:
1212
accessModes:
1313
- ReadWriteOnce

docs/examples/kafka/migration/target-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
authSecret:
88
name: target-kafka-auth
9-
version: 3.6.1
9+
version: 3.9.0
1010
topology:
1111
broker:
1212
replicas: 2

docs/examples/kafka/monitoring/kafka-builtin-prom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
storage:
1010
accessModes:
1111
- ReadWriteOnce

docs/examples/kafka/monitoring/kf-with-monitoring.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
name: kafka-ca-issuer
1212
kind: Issuer
1313
replicas: 3
14-
version: 3.6.1
14+
version: 3.9.0
1515
storage:
1616
accessModes:
1717
- ReadWriteOnce

docs/examples/kafka/reconfigure-tls/kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
topology:
99
broker:
1010
replicas: 2

docs/examples/kafka/reconfigure/kafka-combined.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
configSecret:
1010
name: kf-combined-custom-config
1111
storage:

docs/examples/kafka/reconfigure/kafka-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
configSecret:
99
name: kf-topology-custom-config
1010
topology:

docs/examples/kafka/restart/kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
topology:
99
broker:
1010
replicas: 2

docs/examples/kafka/scaling/kafka-combined.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
storage:
1010
accessModes:
1111
- ReadWriteOnce

docs/examples/kafka/scaling/kafka-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
topology:
99
broker:
1010
replicas: 2

docs/examples/kafka/tls/connectcluster-tls.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: connectcluster-tls
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
enableSSL: true
99
tls:
1010
issuerRef:
@@ -13,8 +13,8 @@ spec:
1313
name: connectcluster-ca-issuer
1414
replicas: 3
1515
connectorPlugins:
16-
- postgres-2.4.2.final
17-
- jdbc-2.6.1.final
16+
- postgres-3.0.5.final
17+
- jdbc-3.0.5.final
1818
kafkaRef:
1919
name: kafka-prod
2020
namespace: demo

docs/examples/kafka/tls/kafka-dev-tls.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-dev-tls
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
enableSSL: true
99
tls:
1010
issuerRef:

docs/examples/kafka/tls/kafka-prod-tls.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod-tls
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
enableSSL: true
99
tls:
1010
issuerRef:

docs/examples/kafka/update-version/kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.5.2
7+
version: 3.8.1
88
topology:
99
broker:
1010
replicas: 2

docs/examples/kafka/update-version/update-version-ops.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ spec:
88
databaseRef:
99
name: kafka-prod
1010
updateVersion:
11-
targetVersion: 3.6.1
11+
targetVersion: 3.9.0
1212
timeout: 5m
1313
apply: IfReady

docs/examples/kafka/volume-expansion/kafka-combined.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: demo
66
spec:
77
replicas: 2
8-
version: 3.6.1
8+
version: 3.9.0
99
storage:
1010
accessModes:
1111
- ReadWriteOnce

docs/examples/kafka/volume-expansion/kafka-topology.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kafka-prod
55
namespace: demo
66
spec:
7-
version: 3.6.1
7+
version: 3.9.0
88
topology:
99
broker:
1010
replicas: 2

docs/guides/druid/backup/application-level/examples/sample-druid.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: sample-druid
55
namespace: demo
66
spec:
7-
version: 30.0.0
7+
version: 30.0.1
88
deepStorage:
99
type: s3
1010
configSecret:

docs/guides/druid/backup/application-level/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ metadata:
114114
name: sample-druid
115115
namespace: demo
116116
spec:
117-
version: 30.0.0
117+
version: 30.0.1
118118
deepStorage:
119119
type: s3
120120
configSecret:
@@ -143,7 +143,7 @@ Let's check if the database is ready to use,
143143
```bash
144144
$ kubectl get druids.kubedb.com -n demo
145145
NAME TYPE VERSION STATUS AGE
146-
sample-druid kubedb.com/v1alpha2 30.0.0 Ready 4m14s
146+
sample-druid kubedb.com/v1alpha2 30.0.1 Ready 4m14s
147147
```
148148

149149
The database is `Ready`. Verify that KubeDB has created a `Secret` and a `Service` for this database using the following commands,
@@ -183,7 +183,7 @@ Verify that the `AppBinding` has been created successfully using the following c
183183
```bash
184184
$ kubectl get appbindings -n demo
185185
NAME TYPE VERSION AGE
186-
sample-druid kubedb.com/druid 30.0.0 4m7s
186+
sample-druid kubedb.com/druid 30.0.1 4m7s
187187
sample-druid-mysql-metadata kubedb.com/mysql 8.0.35 6m31s
188188
sample-druid-zk kubedb.com/zookeeper 3.7.2 6m34s
189189
```
@@ -202,7 +202,7 @@ kind: AppBinding
202202
metadata:
203203
annotations:
204204
kubectl.kubernetes.io/last-applied-configuration: |
205-
{"apiVersion":"kubedb.com/v1alpha2","kind":"Druid","metadata":{"annotations":{},"name":"sample-druid","namespace":"demo"},"spec":{"deepStorage":{"configSecret":{"name":"deep-storage-config"},"type":"s3"},"deletionPolicy":"WipeOut","topology":{"routers":{"replicas":1}},"version":"30.0.0"}}
205+
{"apiVersion":"kubedb.com/v1alpha2","kind":"Druid","metadata":{"annotations":{},"name":"sample-druid","namespace":"demo"},"spec":{"deepStorage":{"configSecret":{"name":"deep-storage-config"},"type":"s3"},"deletionPolicy":"WipeOut","topology":{"routers":{"replicas":1}},"version":"30.0.1"}}
206206
creationTimestamp: "2024-09-19T13:02:20Z"
207207
generation: 1
208208
labels:
@@ -236,7 +236,7 @@ spec:
236236
secret:
237237
name: sample-druid-admin-cred
238238
type: kubedb.com/druid
239-
version: 30.0.0
239+
version: 30.0.1
240240
```
241241

242242
KubeStash uses the `AppBinding` CR to connect with the target database. It requires the following two fields to be set in AppBinding's `.spec` section.
@@ -544,7 +544,7 @@ apiVersion: storage.kubestash.com/v1alpha1
544544
kind: Snapshot
545545
metadata:
546546
annotations:
547-
kubedb.com/db-version: 30.0.0
547+
kubedb.com/db-version: 30.0.1
548548
creationTimestamp: "2024-09-20T11:09:00Z"
549549
finalizers:
550550
- kubestash.com/cleanup
@@ -707,7 +707,7 @@ In this section, we will verify whether the desired `Druid` database manifest ha
707707
```bash
708708
$ kubectl get druids.kubedb.com -n dev
709709
NAME VERSION STATUS AGE
710-
restored-druid 30.0.0 Ready 39m
710+
restored-druid 30.0.1 Ready 39m
711711
```
712712

713713
The output confirms that the `Druid` database has been successfully created with the same configuration as it had at the time of backup.
@@ -733,7 +733,7 @@ At first, check if the database has gone into `Ready` state by the following com
733733
```bash
734734
$ kubectl get druid -n dev restored-druid
735735
NAME VERSION STATUS AGE
736-
restored-druid 30.0.0 Ready 34m
736+
restored-druid 30.0.1 Ready 34m
737737
```
738738

739739
Now, let's verify if our datasource `wikipedia` exists or not. For that, first find out the database `Sevices` by the following command,

docs/guides/druid/backup/auto-backup/examples/sample-druid-2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
variables.kubestash.com/targetName: sample-druid-2
1313
variables.kubestash.com/targetedDatabases: druid
1414
spec:
15-
version: 30.0.0
15+
version: 30.0.1
1616
deepStorage:
1717
type: s3
1818
configSecret:

docs/guides/druid/backup/auto-backup/examples/sample-druid.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
blueprint.kubestash.com/name: druid-default-backup-blueprint
88
blueprint.kubestash.com/namespace: demo
99
spec:
10-
version: 30.0.0
10+
version: 30.0.1
1111
deepStorage:
1212
type: s3
1313
configSecret:

0 commit comments

Comments
 (0)