File tree 10 files changed +27
-27
lines changed
logging-infrastructure/security
10 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ Install the Logging operator and a demo application using [Helm](#helm).
25
25
1 . Add the chart repository of the Logging operator using the following commands:
26
26
27
27
``` bash
28
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
28
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
29
29
helm repo update
30
30
```
31
31
32
32
1. Install the Logging operator.
33
33
34
34
` ` ` bash
35
- helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable /logging-operator
35
+ helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging /logging-operator
36
36
` ` `
37
37
38
38
1. Install the demo application and its logging definition.
39
39
40
40
` ` ` bash
41
- helm upgrade --install --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
41
+ helm upgrade --install --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
42
42
--set " cloudwatch.enabled=True" \
43
43
--set " cloudwatch.aws.secret_key=" \
44
44
--set " cloudwatch.aws.access_key=" \
Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ Install the Logging operator and a demo application to provide sample log messag
29
29
1 . Add the chart repository of the Logging operator using the following commands:
30
30
31
31
``` bash
32
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
32
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
33
33
helm repo update
34
34
```
35
35
36
36
1. Install the Logging operator into the * logging* namespace:
37
37
38
38
` ` ` bash
39
- helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable /logging-operator
39
+ helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging /logging-operator
40
40
` ` `
41
41
42
42
1. Install the demo application and its logging definition.
43
43
44
44
` ` ` bash
45
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
45
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
46
46
--set " kafka.enabled=True"
47
47
` ` `
48
48
Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ Install the Logging operator and a demo application to provide sample log messag
54
54
1. Add the chart repository of the Logging operator using the following commands:
55
55
56
56
` ` ` bash
57
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
57
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
58
58
helm repo update
59
59
` ` `
60
60
61
61
1. Install the Logging operator into the * logging* namespace:
62
62
63
63
` ` ` bash
64
- helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable /logging-operator
64
+ helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging /logging-operator
65
65
` ` `
66
66
67
67
1. Install the demo application and its logging definition.
68
68
69
69
` ` ` bash
70
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
70
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
71
71
--set " loki.enabled=True"
72
72
` ` `
73
73
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ weight: 900
11
11
1 . Clone the logging-operator repo.
12
12
13
13
``` bash
14
- git clone
[email protected] :
banzaicloud /logging-operator.git
14
+ git clone
[email protected] :
kube-logging /logging-operator.git
15
15
```
16
16
17
17
1. Navigate to the ` logging-operator` folder.
@@ -30,5 +30,5 @@ weight: 900
30
30
31
31
# # How can I support the project?
32
32
33
- - Give a star to [this repository](https://github.com/banzaicloud /logging-operator)
33
+ - Give a star to [this repository](https://github.com/kube-logging /logging-operator)
34
34
- Add your company to the [adopters](https://github.com/kube-logging/logging-operator/blob/master/ADOPTERS.md) list
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ aliases:
22
22
1 . Add the chart repository of the Logging operator using the following commands:
23
23
24
24
``` bash
25
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
25
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
26
26
helm repo update
27
27
```
28
28
29
29
1. Install the Logging operator.
30
30
31
31
` ` ` bash
32
- helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable /logging-operator
32
+ helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging /logging-operator
33
33
` ` `
34
34
35
35
> You can install the ` logging` resource with built-in TLS generation using the [Helm chart](https://github.com/kube-logging/logging-operator/tree/master/charts/logging-operator-logging).
Original file line number Diff line number Diff line change 46
46
### Deploy with Helm
47
47
48
48
``` bash
49
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
49
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
50
50
--set=loggingOperator.fluentd.security.roleBasedAccessControlCreate=True \
51
51
--set=loggingOperator.fluentbit.security.roleBasedAccessControlCreate=True
52
52
```
162
162
# ## Deploy with Helm {#service-account-deploy-helm}
163
163
164
164
` ` ` bash
165
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
165
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
166
166
--set=loggingOperator.fluentd.security.serviceAccount=fluentdUser1 \
167
167
--set=loggingOperator.fluentbit.security.serviceAccount=fluentbitUser1
168
168
` ` `
197
197
# ## Deploy with Helm
198
198
199
199
` ` ` bash
200
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
200
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
201
201
--set=loggingOperator.fluentd.security.podSecurityPolicyCreate=True \
202
202
--set=loggingOperator.fluentd.security.roleBasedAccessControlCreate=True \
203
203
--set=loggingOperator.fluentbit.security.podSecurityPolicyCreate=True \
335
335
# ## Deploy with Helm
336
336
337
337
` ` ` bash
338
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
338
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
339
339
--set=loggingOperator.fluentd.security.securityContext.allowPrivilegeEscalation=False \
340
340
--set=loggingOperator.fluentd.security.securityContext.readOnlyRootFilesystem=False \
341
341
--set=loggingOperator.fluentd.security.podSecurityContext.fsGroup=101 \
Original file line number Diff line number Diff line change @@ -75,19 +75,19 @@ For more details on installing the Prometheus operator and configuring and acces
75
75
1. Add operator chart repository :
76
76
77
77
` ` ` bash
78
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
78
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
79
79
` ` `
80
80
81
81
1. Logging Operator
82
82
83
83
` ` ` bash
84
- helm upgrade --install --wait --create-namespace --namespace logging logging banzaicloud-stable /logging-operator
84
+ helm upgrade --install --wait --create-namespace --namespace logging logging kube-logging /logging-operator
85
85
` ` `
86
86
87
87
1. Deploy Demo App + Logging Definition with metrics
88
88
89
89
` ` ` bash
90
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
90
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
91
91
--set "minio.enabled=True" \
92
92
--set=loggingOperator.fluentd.metrics.serviceMonitor=True \
93
93
--set=loggingOperator.fluentbit.metrics.serviceMonitor=True
Original file line number Diff line number Diff line change @@ -76,20 +76,20 @@ Install the Logging operator and a demo application to provide sample log messag
76
76
1. Add the chart repository of the Logging operator using the following commands :
77
77
78
78
` ` ` bash
79
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
79
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
80
80
helm repo update
81
81
` ` `
82
82
83
83
1. Install the Logging operator into the *logging* namespace :
84
84
85
85
` ` ` bash
86
- helm upgrade --install --wait --create-namespace --namespace logging logging-operator banzaicloud-stable /logging-operator
86
+ helm upgrade --install --wait --create-namespace --namespace logging logging-operator kube-logging /logging-operator
87
87
` ` `
88
88
89
89
1. Install the demo application and its logging definition.
90
90
91
91
` ` ` bash
92
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
92
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
93
93
--set "elasticsearch.enabled=True"
94
94
` ` `
95
95
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Install the Logging operator.
23
23
1 . Add the chart repository of the Logging operator using the following commands:
24
24
25
25
``` bash
26
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
26
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
27
27
helm repo update
28
28
```
29
29
30
30
1. Install the demo application and its logging definition.
31
31
32
32
` ` ` bash
33
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
33
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
34
34
--set " loki.enabled=True"
35
35
` ` `
36
36
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ Install the Logging operator and a demo application to provide sample log messag
30
30
1 . Add the chart repository of the Logging operator using the following commands:
31
31
32
32
``` bash
33
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
33
+ helm repo add kube-logging https://kube-logging.github.io/helm-charts
34
34
helm repo update
35
35
```
36
36
37
37
1. Install the demo application and its logging definition.
38
38
39
39
` ` ` bash
40
- helm upgrade --install --wait --create-namespace --namespace logging logging-demo banzaicloud-stable /logging-demo \
40
+ helm upgrade --install --wait --create-namespace --namespace logging logging-demo kube-logging /logging-demo \
41
41
--set " loki.enabled=True"
42
42
` ` `
43
43
You can’t perform that action at this time.
0 commit comments