mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-14 10:00:08 +00:00
Migrate kubehq.com to kubeshark.com domain (#1824)
* Update labels * Update kubeshark API url * Update other domains * comments --------- Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ Please read and follow the guidelines below.
|
|||||||
|
|
||||||
## Communication
|
## Communication
|
||||||
|
|
||||||
* Before starting work on a major feature, please reach out to us via [GitHub](https://github.com/kubeshark/kubeshark), [Discord](https://discord.gg/WkvRGMUcx7), [Slack](https://join.slack.com/t/kubeshark/shared_invite/zt-1k3sybpq9-uAhFkuPJiJftKniqrGHGhg), [email](mailto:info@kubehq.io), etc. We will make sure no one else is already working on it. A _major feature_ is defined as any change that is > 100 LOC altered (not including tests), or changes any user-facing behavior
|
* Before starting work on a major feature, please reach out to us via [GitHub](https://github.com/kubeshark/kubeshark), [Discord](https://discord.gg/WkvRGMUcx7), [Slack](https://join.slack.com/t/kubeshark/shared_invite/zt-1k3sybpq9-uAhFkuPJiJftKniqrGHGhg), [email](mailto:info@kubeshark.com), etc. We will make sure no one else is already working on it. A _major feature_ is defined as any change that is > 100 LOC altered (not including tests), or changes any user-facing behavior
|
||||||
* Small patches and bug fixes don't need prior communication.
|
* Small patches and bug fixes don't need prior communication.
|
||||||
|
|
||||||
## Contribution Requirements
|
## Contribution Requirements
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<b>
|
<b>
|
||||||
Want to see Kubeshark in action right now? Visit this
|
Want to see Kubeshark in action right now? Visit this
|
||||||
<a href="https://kubeshark.kubehq.com/">live demo deployment</a> of Kubeshark.
|
<a href="https://demo.kubeshark.com/">live demo deployment</a> of Kubeshark.
|
||||||
</b>
|
</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ kubeshark clean
|
|||||||
Add the Helm repository and install the chart:
|
Add the Helm repository and install the chart:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm repo add kubeshark https://helm.kubehq.com
|
helm repo add kubeshark https://helm.kubeshark.com
|
||||||
helm install kubeshark kubeshark/kubeshark
|
helm install kubeshark kubeshark/kubeshark
|
||||||
```
|
```
|
||||||
Follow the on-screen instructions how to connect to the dashboard.
|
Follow the on-screen instructions how to connect to the dashboard.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
label = "app.kubehq.com/app=worker"
|
label = "app.kubeshark.com/app=worker"
|
||||||
srcDir = "pcapdump"
|
srcDir = "pcapdump"
|
||||||
maxSnaplen uint32 = 262144
|
maxSnaplen uint32 = 262144
|
||||||
maxTimePerFile = time.Minute * 5
|
maxTimePerFile = time.Minute * 5
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ type FrontRoutingConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ReleaseConfig struct {
|
type ReleaseConfig struct {
|
||||||
Repo string `yaml:"repo" json:"repo" default:"https://helm.kubehq.com"`
|
Repo string `yaml:"repo" json:"repo" default:"https://helm.kubeshark.com"`
|
||||||
Name string `yaml:"name" json:"name" default:"kubeshark"`
|
Name string `yaml:"name" json:"name" default:"kubeshark"`
|
||||||
Namespace string `yaml:"namespace" json:"namespace" default:"default"`
|
Namespace string `yaml:"namespace" json:"namespace" default:"default"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubeshark
|
name: kubeshark
|
||||||
version: "52.11.7"
|
version: "52.11.7"
|
||||||
description: The API Traffic Analyzer for Kubernetes
|
description: The API Traffic Analyzer for Kubernetes
|
||||||
home: https://www.kubehq.com
|
home: https://kubeshark.com
|
||||||
keywords:
|
keywords:
|
||||||
- kubeshark
|
- kubeshark
|
||||||
- packet capture
|
- packet capture
|
||||||
@@ -16,9 +16,9 @@ keywords:
|
|||||||
- api
|
- api
|
||||||
kubeVersion: '>= 1.16.0-0'
|
kubeVersion: '>= 1.16.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@kubehq.com
|
- email: support@kubeshark.com
|
||||||
name: Kubeshark
|
name: Kubeshark
|
||||||
url: https://www.kubehq.com
|
url: https://kubeshark.com
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
Add the Helm repo for Kubeshark:
|
Add the Helm repo for Kubeshark:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm repo add kubeshark https://helm.kubehq.com
|
helm repo add kubeshark https://helm.kubeshark.com
|
||||||
```
|
```
|
||||||
|
|
||||||
then install Kubeshark:
|
then install Kubeshark:
|
||||||
@@ -145,7 +145,7 @@ Example for overriding image names:
|
|||||||
| `tap.capture.dbMaxSize` | Maximum size for capture database (e.g., `4Gi`, `2000Mi`). When empty, automatically uses 80% of allocated storage (`tap.storageLimit`). | `""` |
|
| `tap.capture.dbMaxSize` | Maximum size for capture database (e.g., `4Gi`, `2000Mi`). When empty, automatically uses 80% of allocated storage (`tap.storageLimit`). | `""` |
|
||||||
| `tap.snapshots.storageClass` | Storage class for snapshots volume. When empty, uses `emptyDir`. When set, creates a PVC with this storage class | `""` |
|
| `tap.snapshots.storageClass` | Storage class for snapshots volume. When empty, uses `emptyDir`. When set, creates a PVC with this storage class | `""` |
|
||||||
| `tap.snapshots.storageSize` | Storage size for snapshots volume (supports K8s quantity format: `1Gi`, `500Mi`, etc.) | `10Gi` |
|
| `tap.snapshots.storageSize` | Storage size for snapshots volume (supports K8s quantity format: `1Gi`, `500Mi`, etc.) | `10Gi` |
|
||||||
| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubehq.com` |
|
| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubeshark.com` |
|
||||||
| `tap.release.name` | Helm release name | `kubeshark` |
|
| `tap.release.name` | Helm release name | `kubeshark` |
|
||||||
| `tap.release.namespace` | Helm release namespace | `default` |
|
| `tap.release.namespace` | Helm release namespace | `default` |
|
||||||
| `tap.persistentStorage` | Use `persistentVolumeClaim` instead of `emptyDir` | `false` |
|
| `tap.persistentStorage` | Use `persistentVolumeClaim` instead of `emptyDir` | `false` |
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
@@ -15,12 +15,12 @@ spec:
|
|||||||
replicas: 1 # Set the desired number of replicas
|
replicas: 1 # Set the desired number of replicas
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 8 }}
|
{{- include "kubeshark.labels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
@@ -76,7 +76,7 @@ spec:
|
|||||||
- name: SENTRY_ENVIRONMENT
|
- name: SENTRY_ENVIRONMENT
|
||||||
value: '{{ .Values.tap.sentry.environment }}'
|
value: '{{ .Values.tap.sentry.environment }}'
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://api.kubehq.com'
|
value: 'https://api.kubeshark.com'
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
value: '{{ .Values.tap.pprof.enabled }}'
|
value: '{{ .Values.tap.pprof.enabled }}'
|
||||||
{{- if .Values.tap.docker.overrideImage.hub }}
|
{{- if .Values.tap.docker.overrideImage.hub }}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
@@ -17,5 +17,5 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
@@ -14,12 +14,12 @@ spec:
|
|||||||
replicas: 1 # Set the desired number of replicas
|
replicas: 1 # Set the desired number of replicas
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
{{- include "kubeshark.labels" . | nindent 8 }}
|
{{- include "kubeshark.labels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: apps/v1
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
sidecar.istio.io/inject: "false"
|
sidecar.istio.io/inject: "false"
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
@@ -15,12 +15,12 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
{{- include "kubeshark.labels" . | nindent 8 }}
|
{{- include "kubeshark.labels" . | nindent 8 }}
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: kubeshark
|
namespace: kubeshark
|
||||||
@@ -130,7 +130,7 @@ spec:
|
|||||||
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
||||||
value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}'
|
value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}'
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://api.kubehq.com'
|
value: 'https://api.kubeshark.com'
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
value: '{{ .Values.tap.pprof.enabled }}'
|
value: '{{ .Values.tap.pprof.enabled }}'
|
||||||
- name: SENTRY_ENABLED
|
- name: SENTRY_ENABLED
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: {{ include "kubeshark.configmapName" . }}
|
name: {{ include "kubeshark.configmapName" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
POD_REGEX: '{{ .Values.tap.regex }}'
|
POD_REGEX: '{{ .Values.tap.regex }}'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: {{ include "kubeshark.secretName" . }}
|
name: {{ include "kubeshark.secretName" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
stringData:
|
stringData:
|
||||||
LICENSE: '{{ .Values.license }}'
|
LICENSE: '{{ .Values.license }}'
|
||||||
@@ -20,7 +20,7 @@ metadata:
|
|||||||
name: kubeshark-saml-x509-crt-secret
|
name: kubeshark-saml-x509-crt-secret
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
stringData:
|
stringData:
|
||||||
AUTH_SAML_X509_CRT: |
|
AUTH_SAML_X509_CRT: |
|
||||||
@@ -34,7 +34,7 @@ metadata:
|
|||||||
name: kubeshark-saml-x509-key-secret
|
name: kubeshark-saml-x509-key-secret
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
stringData:
|
stringData:
|
||||||
AUTH_SAML_X509_KEY: |
|
AUTH_SAML_X509_KEY: |
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
ports:
|
ports:
|
||||||
- name: metrics
|
- name: metrics
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
ports:
|
ports:
|
||||||
- name: metrics
|
- name: metrics
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -40,7 +40,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -65,7 +65,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -90,7 +90,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
@@ -17,12 +17,12 @@ spec:
|
|||||||
replicas: 1 # Set the desired number of replicas
|
replicas: 1 # Set the desired number of replicas
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
{{- include "kubeshark.labels" . | nindent 8 }}
|
{{- include "kubeshark.labels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
{{- if .Values.tap.annotations }}
|
{{- if .Values.tap.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 5556
|
targetPort: 5556
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
name: kubeshark-dex-conf-secret
|
name: kubeshark-dex-conf-secret
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
{{- include "kubeshark.labels" . | nindent 4 }}
|
{{- include "kubeshark.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
dex-config.yaml: {{ .Values.tap.auth.dexConfig | toYaml | b64enc | quote }}
|
dex-config.yaml: {{ .Values.tap.auth.dexConfig | toYaml | b64enc | quote }}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ tap:
|
|||||||
storageClass: ""
|
storageClass: ""
|
||||||
storageSize: 20Gi
|
storageSize: 20Gi
|
||||||
release:
|
release:
|
||||||
repo: https://helm.kubehq.com
|
repo: https://helm.kubeshark.com
|
||||||
name: kubeshark
|
name: kubeshark
|
||||||
namespace: default
|
namespace: default
|
||||||
persistentStorage: false
|
persistentStorage: false
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ const (
|
|||||||
HubServiceName = HubPodName
|
HubServiceName = HubPodName
|
||||||
K8sAllNamespaces = ""
|
K8sAllNamespaces = ""
|
||||||
MinKubernetesServerVersion = "1.16.0"
|
MinKubernetesServerVersion = "1.16.0"
|
||||||
AppLabelKey = "app.kubehq.com/app"
|
AppLabelKey = "app.kubeshark.com/app"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -44,7 +44,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -71,7 +71,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: dex
|
app.kubeshark.com/app: dex
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -98,7 +98,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
- Egress
|
||||||
@@ -131,7 +131,7 @@ metadata:
|
|||||||
name: kubeshark-secret
|
name: kubeshark-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -150,7 +150,7 @@ metadata:
|
|||||||
name: kubeshark-saml-x509-crt-secret
|
name: kubeshark-saml-x509-crt-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -166,7 +166,7 @@ metadata:
|
|||||||
name: kubeshark-saml-x509-key-secret
|
name: kubeshark-saml-x509-key-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -245,7 +245,7 @@ metadata:
|
|||||||
name: kubeshark-config-map
|
name: kubeshark-config-map
|
||||||
namespace: default
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -444,7 +444,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -458,7 +458,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/07-front-service.yaml
|
# Source: kubeshark/templates/07-front-service.yaml
|
||||||
@@ -479,7 +479,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/15-worker-service-metrics.yaml
|
# Source: kubeshark/templates/15-worker-service-metrics.yaml
|
||||||
@@ -499,7 +499,7 @@ metadata:
|
|||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -528,7 +528,7 @@ metadata:
|
|||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -545,7 +545,7 @@ apiVersion: apps/v1
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
sidecar.istio.io/inject: "false"
|
sidecar.istio.io/inject: "false"
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
@@ -557,13 +557,13 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: worker
|
app.kubeshark.com/app: worker
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -631,7 +631,7 @@ spec:
|
|||||||
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://api.kubehq.com'
|
value: 'https://api.kubeshark.com'
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- name: SENTRY_ENABLED
|
- name: SENTRY_ENABLED
|
||||||
@@ -775,7 +775,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -787,13 +787,13 @@ spec:
|
|||||||
replicas: 1 # Set the desired number of replicas
|
replicas: 1 # Set the desired number of replicas
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: hub
|
app.kubeshark.com/app: hub
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -834,7 +834,7 @@ spec:
|
|||||||
- name: SENTRY_ENVIRONMENT
|
- name: SENTRY_ENVIRONMENT
|
||||||
value: 'production'
|
value: 'production'
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://api.kubehq.com'
|
value: 'https://api.kubeshark.com'
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
value: 'false'
|
value: 'false'
|
||||||
image: 'docker.io/kubeshark/hub:v52.11'
|
image: 'docker.io/kubeshark/hub:v52.11'
|
||||||
@@ -904,7 +904,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
@@ -916,13 +916,13 @@ spec:
|
|||||||
replicas: 1 # Set the desired number of replicas
|
replicas: 1 # Set the desired number of replicas
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubehq.com/app: front
|
app.kubeshark.com/app: front
|
||||||
helm.sh/chart: kubeshark-52.11.7
|
helm.sh/chart: kubeshark-52.11.7
|
||||||
app.kubernetes.io/name: kubeshark
|
app.kubernetes.io/name: kubeshark
|
||||||
app.kubernetes.io/instance: kubeshark
|
app.kubernetes.io/instance: kubeshark
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
email: info@kubehq.com
|
email: info@kubeshark.com
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-prod-key
|
name: letsencrypt-prod-key
|
||||||
solvers:
|
solvers:
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ var (
|
|||||||
Software = "Kubeshark"
|
Software = "Kubeshark"
|
||||||
Program = "kubeshark"
|
Program = "kubeshark"
|
||||||
Description = "The API Traffic Analyzer for Kubernetes"
|
Description = "The API Traffic Analyzer for Kubernetes"
|
||||||
Website = "https://www.kubehq.com"
|
Website = "https://kubeshark.com"
|
||||||
Email = "support@kubehq.io"
|
Email = "support@kubeshark.com"
|
||||||
Ver = "0.0.0"
|
Ver = "0.0.0"
|
||||||
Branch = "master"
|
Branch = "master"
|
||||||
GitCommitHash = "" // this var is overridden using ldflags in makefile when building
|
GitCommitHash = "" // this var is overridden using ldflags in makefile when building
|
||||||
|
|||||||
Reference in New Issue
Block a user