├── .codespellignore ├── .editorconfig ├── .eslintrc.yml ├── .github ├── ISSUE_TEMPLATE │ ├── fix-documentation-page.md │ ├── improve-documentation-page.md │ └── new-page-request.md ├── pull_request_template.md └── workflows │ ├── checklinks.yml │ ├── deploy.yml │ ├── lint.yml │ ├── pull-request.yml │ └── user-demo.yml.example ├── .gitignore ├── .markdownlint-cli2.yaml ├── .markdownlint.yaml ├── .pre-commit-config.yaml ├── .vale.ini ├── .vscode └── settings.json ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.md ├── Makefile ├── README.md ├── SECURITY.md ├── ci └── vale │ └── styles │ └── config │ └── vocabularies │ └── Elastisys │ ├── accept.txt │ └── reject.txt ├── docs ├── CNAME ├── adr │ ├── 0000-use-markdown-architectural-decision-records.md │ ├── 0001-use-rook-storage-orchestrator.md │ ├── 0002-use-kubespray-for-cluster-lifecycle.md │ ├── 0003-push-metrics-via-influxdb.md │ ├── 0004-plan-for-usage-without-wrapper-scripts.md │ ├── 0005-use-individual-ssh-keys.md │ ├── 0006-use-standard-kubeconfig-mechanisms.md │ ├── 0007-make-monitoring-forwarders-storage-independent.md │ ├── 0008-use-hostnetwork-or-loadbalancer-for-ingress.md │ ├── 0009-use-cluster-issuers-for-letsencrypt.md │ ├── 0010-run-managed-services-in-workload-cluster.md │ ├── 0011-let-upstream-projects-handle-crds.md │ ├── 0012-do-not-persist-dex.md │ ├── 0013-configure-alerts-in-omt.md │ ├── 0014-use-bats-for-testing-bash-wrappers.md │ ├── 0015-we-believe-in-community-driven-open-source.md │ ├── 0016-gid-0-is-okey-but-not-by-default.md │ ├── 0017-persist-dex.md │ ├── 0018-use-probe-to-measure-internal-uptime.md │ ├── 0019-push-metrics-via-thanos.md │ ├── 0020-filter-by-cluster-label-then-data-source.md │ ├── 0021-tls-for-additional-services.md │ ├── 0022-use-dedicated-nodes-for-additional-services.md │ ├── 0023-allow-snippets-annotations.md │ ├── 0024-allow-Harbor-robot-account.md │ ├── 0025-local-storage.md │ ├── 0026-hnc.md │ ├── 0027-postgresql-external-replication.md │ ├── 0028-harder-pod-eviction-when-node-goes-OOM.md │ ├── 0029-expose-jaeger-ui.md │ ├── 0030-run-argocd-on-elastisys-nodes.md │ ├── 0031-run-csi-cinder-controllerplugin-on-elastisys-nodes.md │ ├── 0032-boot-disk-size.md │ ├── 0033-run-cluster-api-controllers-on-service-cluster.md │ ├── 0034-how-to-run-multiple-ams-packages-of-the-same-type.md │ ├── 0035-run-tekton-on-service-cluster.md │ ├── 0036-run-ingress-nginx-as-daemonset.md │ ├── 0037-enforce-ttl-on-jobs.md │ ├── 0038-replace-starboard-operator-with-trivy-operator.md │ ├── 0039-application-dev-permissions.md │ ├── 0040-allow-group-id-0.md │ ├── 0041-encryption-at-rest.md │ ├── 0042-argocd-dynamic-hnc-namespaces.md │ ├── 0043-rclone-and-encryption-adhere-cryptography-policy.md │ ├── 0044-argocd-managing-its-own-namespace.md │ ├── 0045-use-specialised-prebuilt-images.md │ ├── 0046-handle-crds.md │ ├── 0047-kubernetes-versions.md │ ├── 0048-access-management-for-AMS-with-network-policies.md │ ├── 0049-run-ingress-nginx-in-chroot.md │ ├── 0050-use-cluster-isolation.md │ ├── 0051-open-cert-manager-netpols.md │ ├── 0052-azure-encryption-at-rest.md │ ├── 0053-do-not-expose-platform-observability-services-to-end-users.md │ ├── 0054-allow-write-access-to-endpoints-and-endpointslices-after-risk-acceptance.md │ ├── 0055-welkin-to-consist-of-both-public-and-private-open-source.md │ ├── 0056-allow-snippets-annotations-after-risk-acceptance.md │ ├── 0057-why-we-do-not-use-cloud-managed-kubernetes-services.md │ ├── 0058-boot-disk-sizes.md │ ├── 0059-welkin-to-consist-public-open-source-code-and-proprietary-documentation.md │ ├── 0060-group-alerts-in-alertmanager.md │ ├── 0061-subscription-per-customer-model-on-azure.md │ ├── Makefile │ ├── img │ │ └── 0050-use-cluster-isolation.drawio.svg │ ├── index.md │ └── template.md ├── architecture.md ├── ciso-guide │ ├── audit-logs.md │ ├── backup.md │ ├── capacity-management.md │ ├── controls │ │ ├── _common.include │ │ ├── bsi-it-grundschutz.md │ │ ├── cra.md │ │ ├── gdpr.md │ │ ├── hipaa.md │ │ ├── hslf-fs-201640.md │ │ ├── iso-27001.md │ │ ├── kritis.md │ │ ├── mdr.md │ │ ├── msbfs-20188.md │ │ ├── msbfs-20207.md │ │ ├── nis2.md │ │ └── nist-sp-800-171.md │ ├── cryptography.md │ ├── faq.md │ ├── gdpr-art-17.md │ ├── img │ │ ├── audit-logs.png │ │ ├── authlog.png │ │ ├── backup.png │ │ ├── cryptography.png │ │ ├── intrusion-detection.png │ │ ├── kubernetes-status.png │ │ ├── network-security.png │ │ ├── policy-as-code.png │ │ ├── sbom-sunshine-screenshot.png │ │ └── vulnerability.png │ ├── index.md │ ├── information-security │ │ ├── dod-enterprise-devsecops-reference-design-kubernetes.md │ │ └── index.md │ ├── intrusion-detection.md │ ├── isa-iec-62443.md │ ├── log-review.md │ ├── network-security.md │ ├── pdl-audit-logs.md │ ├── policy-as-code.md │ ├── sbom.md │ └── vulnerability.md ├── contributor-guide │ └── index.md ├── customer-quotes │ ├── bootstrap.bundle.min.js │ ├── bootstrap.min.css │ ├── branding.css │ └── index.html ├── fonts │ ├── inter │ │ ├── Inter-VariableFont_slnt,wght.ttf │ │ ├── OFL.txt │ │ └── README.txt │ ├── poppins │ │ ├── Poppins-Black.woff │ │ ├── Poppins-Black.woff2 │ │ ├── Poppins-Bold.woff │ │ ├── Poppins-Bold.woff2 │ │ ├── Poppins-BoldItalic.woff │ │ ├── Poppins-BoldItalic.woff2 │ │ ├── Poppins-ExtraBold.woff │ │ ├── Poppins-ExtraBold.woff2 │ │ ├── Poppins-ExtraLight.woff │ │ ├── Poppins-ExtraLight.woff2 │ │ ├── Poppins-Italic.woff │ │ ├── Poppins-Italic.woff2 │ │ ├── Poppins-Light.woff │ │ ├── Poppins-Light.woff2 │ │ ├── Poppins-Medium.woff │ │ ├── Poppins-Medium.woff2 │ │ ├── Poppins-Regular.woff │ │ ├── Poppins-Regular.woff2 │ │ ├── Poppins-SemiBold.woff │ │ ├── Poppins-SemiBold.woff2 │ │ ├── Poppins-Thin.woff │ │ └── Poppins-Thin.woff2 │ └── robotomono │ │ ├── LICENSE.txt │ │ ├── README.txt │ │ ├── RobotoMono-Italic-VariableFont_wght.ttf │ │ └── RobotoMono-VariableFont_wght.ttf ├── glossary.md ├── img │ ├── 404-user-request.png │ ├── Makefile │ ├── acknowledge-alert.png │ ├── action.png │ ├── add-destination.png │ ├── add-notifications-channel.png │ ├── add_bucket.png │ ├── adr-0027.drawio.svg │ ├── adr │ │ ├── adr-0029-Jaeger-UI.png │ │ ├── adr-0029-option1.png │ │ ├── adr-0029-option1.py │ │ ├── adr-0029-option2.png │ │ ├── adr-0029-option2.py │ │ ├── adr-0029-option3.png │ │ ├── adr-0029-option3.py │ │ ├── adr-0029-option4.png │ │ └── adr-0029-option4.py │ ├── aggregation.png │ ├── air-gapped-demo.png │ ├── air-gapped-dex.png │ ├── air-gapped-grafana-demo.png │ ├── air-gapped-grafana.png │ ├── air-gapped-opensearch-demo.png │ ├── air-gapped.drawio.png │ ├── alert-list.png │ ├── alerting-page.png │ ├── alerts.svg │ ├── apple-touch-icon.png │ ├── cluster.png │ ├── comparison-chart.png │ ├── compliance.svg │ ├── create-channel-button.png │ ├── create-monitor-button.png │ ├── dashboard.png │ ├── devsecops.svg │ ├── discover.png │ ├── discover_filter.png │ ├── discover_filter_hours_result.png │ ├── discover_hours.png │ ├── dynamic_mapping_1.png │ ├── dynamic_mapping_2.png │ ├── dynamic_mapping_3.png │ ├── dynamic_mapping_4.png │ ├── dynamic_mapping_5.png │ ├── dynamic_mapping_6.png │ ├── dynamic_mapping_7.png │ ├── explicit_mapping_1.png │ ├── explicit_mapping_2.png │ ├── explicit_mapping_3.png │ ├── explicit_mapping_4.png │ ├── explicit_mapping_5.png │ ├── explicit_mapping_6.png │ ├── explicit_mapping_7.png │ ├── explicit_mapping_8.png │ ├── falco.png │ ├── falco_log.png │ ├── favicon-96x96.png │ ├── favicon.ico │ ├── favicon.png │ ├── favicon.svg │ ├── getting-started-developers.png │ ├── git-alt.svg │ ├── grafana.png │ ├── grafana_under_ns.png │ ├── habor-login.png │ ├── harbor-post-scan.png │ ├── harbor-pre-scan.png │ ├── harbor-usage.dot │ ├── harbor-usage.png │ ├── harbor-vulnerabilities.png │ ├── harbor.png │ ├── host_pie.png │ ├── icons │ │ ├── cloud-agnostic-icon.svg │ │ ├── for-application-developers-icon.svg │ │ ├── for-ciso-and-dpo-icon.svg │ │ ├── for-platform-administrators-icon.svg │ │ ├── loved-by-ciso-and-dpo-icon.svg │ │ └── platform-you-would-build-yourself-icon.svg │ ├── kibana.png │ ├── kubespray-aws-console.png │ ├── kubespray-azure-wc-sample.png │ ├── log-review-dashboard.png │ ├── logos │ │ ├── Welkin-logo_horisontal_green.svg │ │ ├── Welkin-logo_icon_green.svg │ │ ├── Welkin_maskot.svg │ │ ├── certified-kubernetes-color.svg │ │ ├── cloud-providers │ │ │ ├── aws.svg │ │ │ ├── azure.svg │ │ │ ├── citycloud.png │ │ │ ├── exoscale.svg │ │ │ ├── gcp.svg │ │ │ ├── openstack.svg │ │ │ ├── ovh.svg │ │ │ ├── safespring.svg │ │ │ └── upcloud.svg │ │ ├── cncf-member-silver-color.svg │ │ ├── created-by.svg │ │ ├── elastisys-logo-color-horizontal.svg │ │ ├── elastisys-logo-icon.svg │ │ ├── kubernetes-kcsp-color.svg │ │ ├── orgs │ │ │ ├── carasent.png │ │ │ ├── elsa.svg │ │ │ ├── prorenata.svg │ │ │ ├── rise-logo-black.svg │ │ │ ├── telia.svg │ │ │ └── vitec.svg │ │ ├── other │ │ │ ├── continuous_deploy.svg │ │ │ ├── le-logo-lockonly.svg │ │ │ └── openid.svg │ │ └── project-icons │ │ │ ├── ansible.svg │ │ │ ├── calico.svg │ │ │ ├── cert-manager.svg │ │ │ ├── cluster-api.svg │ │ │ ├── dex.svg │ │ │ ├── falco.svg │ │ │ ├── fluentd.svg │ │ │ ├── grafana.svg │ │ │ ├── harbor.svg │ │ │ ├── jaeger.svg │ │ │ ├── kubernetes.svg │ │ │ ├── kubespray.svg │ │ │ ├── opa.svg │ │ │ ├── opensearch.svg │ │ │ ├── prometheus.svg │ │ │ ├── rook.svg │ │ │ ├── terraform.svg │ │ │ ├── trivy.svg │ │ │ └── velero.svg │ ├── monitor-creation-1.png │ ├── monitor-creation-2.png │ ├── monitor-view.png │ ├── mstile-150x150.png │ ├── namespace.png │ ├── namespace_pie.png │ ├── namespaces.png │ ├── no_privilege.png │ ├── node_health.png │ ├── notifications-channel-slack-test.png │ ├── opa_log.png │ ├── opensearch-create-index-pattern.png │ ├── osd-alerting-monitors-tab.png │ ├── osd-alerting-sidebar.png │ ├── osd-home.png │ ├── osd-notifications-channels-tab.png │ ├── osd-sidebar.png │ ├── pod_health.png │ ├── privileged_ns.png │ ├── safari-pinned-tab.svg │ ├── save.png │ ├── site.webmanifest │ ├── slack-notify.png │ ├── trigger-notification-slack-test.png │ ├── trigger.png │ ├── user-demo-alerts.png │ ├── user-demo-logs.jpeg │ ├── user-demo-metrics.jpeg │ ├── vulnerability.png │ ├── web-app-manifest-192x192.png │ ├── web-app-manifest-512x512.png │ ├── welkin-application-platform.png │ ├── welkin-by-elastisys-logo_green-midnight.svg │ ├── welkin-c4model-level1.drawio.svg │ ├── welkin-c4model-level2.dot │ ├── welkin-c4model-level2.png │ ├── welkin-c4model-level3-access-control.drawio.svg │ ├── welkin-c4model-level3-auth.drawio.svg │ ├── welkin-c4model-level3-backup.drawio.svg │ ├── welkin-c4model-level3-logs.drawio.svg │ ├── welkin-c4model-level3-metrics.drawio.svg │ ├── welkin-c4model-level3.drawio.svg │ └── welkin-library.drawio.xml ├── index.md ├── javascripts │ └── feedback.js ├── mission-and-vision.md ├── operator-manual │ ├── access-control.md │ ├── additional-services.md │ ├── air-gapped.md │ ├── break-glass.md │ ├── capacity-management.md │ ├── clean-up.md │ ├── clock-synchronization.md │ ├── cluster-sizing.md │ ├── common.md │ ├── configure.md │ ├── credentials.md │ ├── cryptography.md │ ├── disaster-recovery.md │ ├── faq.md │ ├── getting-started.md │ ├── index.md │ ├── infrastructure-requirements.md │ ├── ingress.md │ ├── maintenance.md │ ├── on-prem-standard.md │ ├── opensearch-mappings.md │ ├── provider-audit.md │ ├── runbooks.md │ ├── schema │ │ ├── config.md │ │ └── secrets.md │ ├── troubleshooting.md │ ├── understand-the-basics.md │ ├── understand-welkin.md │ ├── user-alerts.md │ └── user-managed-crds.md ├── quality-criteria.md ├── release-notes │ ├── argocd.md │ ├── capi.md │ ├── index.md │ ├── jaeger.md │ ├── kubespray.md │ ├── postgres.md │ ├── rabbitmq.md │ ├── valkey.md │ └── welkin.md ├── request-a-feature.md ├── stylesheets │ ├── branding.css │ ├── extra.css │ ├── style.css │ └── style.css.map ├── tech-radar │ ├── d3.v7.min.js │ ├── index.html │ ├── radar.css │ └── radar.js └── user-guide │ ├── additional-services │ ├── argocd.md │ ├── img │ │ ├── additional-services.drawio.svg │ │ ├── argocd-healthy-synced.png │ │ ├── argocd-helm-secrets.png │ │ ├── argocd.drawio.svg │ │ ├── jaeger.drawio.svg │ │ ├── postgresql.drawio.svg │ │ ├── rabbitmq.drawio.svg │ │ ├── timescaledb.drawio.svg │ │ └── valkey.drawio.svg │ ├── index.md │ ├── jaeger.md │ ├── pgbouncer.md │ ├── postgresql.md │ ├── rabbitmq.md │ ├── timescaledb.md │ └── valkey.md │ ├── alerts.md │ ├── backup.md │ ├── ci-cd.md │ ├── cluster-api.md │ ├── continous-development.md │ ├── debug.md │ ├── delegation.md │ ├── demarcation.md │ ├── deploy.md │ ├── faq.md │ ├── go-live.md │ ├── gpu.md │ ├── how-many-environments.md │ ├── img │ ├── ci-cd.drawio.svg │ ├── dex-authenticated.png │ ├── dex-login.png │ ├── environments │ │ ├── ideal-dx.svg │ │ └── ideal-promotion.svg │ ├── github-actions-screenshot.png │ ├── http-request-headers.png │ ├── kubeconfig-terminal.png │ ├── monokle.png │ ├── network-model.drawio.svg │ ├── opensearch-minio-audit-logs.png │ ├── select-your-tenant.png │ ├── skaffold-busybox.png │ ├── skaffold-output1.png │ ├── skaffold-user-demo.png │ ├── user-login.png │ └── vscode.png │ ├── index.md │ ├── kubernetes-api.md │ ├── kubernetes-ui.md │ ├── lens-user-role.yaml │ ├── lens-user-rolebinding-example.yaml │ ├── list-of-non-functional-application-requirements.html │ ├── log-based-alerts.md │ ├── logs.md │ ├── long-term-log-retention.md │ ├── maintenance.md │ ├── metrics.md │ ├── namespaces.md │ ├── network-model.md │ ├── operate.md │ ├── prepare-application.md │ ├── prepare-idp.md │ ├── prepare.md │ ├── registry.md │ ├── safeguards │ ├── default-pod-topology-spread-constraints.md │ ├── enforce-job-ttl.md │ ├── enforce-minimum-replicas.md │ ├── enforce-networkpolicies.md │ ├── enforce-no-latest-tag.md │ ├── enforce-no-load-balancer-service.md │ ├── enforce-no-local-storage-emptydir.md │ ├── enforce-no-pod-without-controller.md │ ├── enforce-no-root.md │ ├── enforce-podsecuritypolicies.md │ ├── enforce-resources.md │ ├── enforce-restricted-pod-disruption-budgets.md │ ├── enforce-signed-image-verification.md │ ├── enforce-trusted-registries.md │ └── index.md │ ├── self-managed-services │ ├── _common-crds.include │ ├── _common.include │ ├── ferretdb.md │ ├── flux-files │ │ ├── kustomization.yaml │ │ └── roles │ │ │ ├── all-controllers-role.yaml │ │ │ ├── kustomization.yaml │ │ │ └── source-controller-role.yaml │ ├── flux.md │ ├── img │ │ ├── 76608a.png │ │ ├── b1ddf0.png │ │ ├── bac8d3.png │ │ ├── hotrod.png │ │ ├── jaeger-ui.png │ │ ├── jupyter.gif │ │ ├── keycloakpic.png │ │ ├── os-discover.png │ │ ├── os-index-pattern.png │ │ └── sjunet.svg │ ├── index.md │ ├── jaeger.md │ ├── jupyterhub.md │ ├── kafka-files │ │ ├── deployment │ │ │ └── kafka-operator-deployment.yaml │ │ ├── kafka-cluster │ │ │ └── persistent-single.yaml │ │ ├── kafka-testing │ │ │ ├── kafka-consumer.yaml │ │ │ └── kafka-producer.yaml │ │ ├── roles │ │ │ ├── kafka-role.yaml │ │ │ ├── kafka-rolebinding.yaml │ │ │ └── kustomization.yaml │ │ └── sa-cm │ │ │ └── kafka-sa-cm.yaml │ ├── kafka.md │ ├── keycloak.md │ ├── mongodb.md │ ├── sealedsecrets.md │ └── sjunet.md │ ├── troubleshooting.md │ └── understand-the-basics.md ├── examples └── adminlogs │ ├── change │ ├── 20YY-MM-DD-short-description.md │ └── secret │ │ └── .gitkeep │ ├── incident │ ├── 20YY-MM-DD-short-description.md │ └── secret │ │ └── .gitkeep │ └── maintenance │ ├── 20YY-MM-DD-short-description.md │ └── secret │ └── .gitkeep ├── extra_sass └── style.css.scss ├── lychee.toml ├── mkdocs-ciso-controls ├── .gitignore ├── README.md ├── ciso_controls │ └── __init__.py └── setup.py ├── mkdocs.yml ├── overrides ├── main.html ├── partials │ ├── header.html │ ├── javascripts │ │ └── base.html │ ├── nav.html │ └── source.html └── redirect.html ├── package.json ├── requirements.in ├── requirements.txt ├── scripts ├── check-elastisys-io.sh ├── jsonschema2md.py ├── requirements-tsv-to-table.py └── validate-pull-request.sh ├── tests └── validate-pull-request │ ├── complete_pull_request.md │ └── incomplete_pull_request.md ├── user-demo-dotnet ├── .dockerignore ├── .gitignore ├── Dockerfile ├── Program.cs ├── Properties │ └── launchSettings.json ├── appsettings.Development.json ├── appsettings.json ├── deploy ├── scripts └── user-demo-dotnet.csproj └── user-demo ├── .dockerignore ├── .gitignore ├── Dockerfile ├── README.md ├── app.js ├── bin └── www ├── deploy ├── ci-cd-role.yaml ├── oauth2-proxy.yaml └── welkin-user-demo │ ├── .helmignore │ ├── Chart.yaml │ ├── dashboards │ ├── demo-dashboard.json │ └── demo-dashboard.png │ ├── templates │ ├── NOTES.txt │ ├── _helpers.tpl │ ├── deployment.yaml │ ├── hpa.yaml │ ├── ingress.yaml │ ├── networkpolicy.yaml │ ├── prometheusrule.yaml │ ├── service.yaml │ ├── servicemonitor.yaml │ └── tests │ │ └── test-connection.yaml │ └── values.yaml ├── docker-compose.yaml ├── package-lock.json ├── package.json ├── routes ├── crash.js ├── index.js └── users.js ├── scripts ├── build-locally.sh ├── run-locally.sh ├── start-shell-in-welkin.sh └── test-locally.sh └── tracing.js /.codespellignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.codespellignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.eslintrc.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/fix-documentation-page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/ISSUE_TEMPLATE/fix-documentation-page.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/improve-documentation-page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/ISSUE_TEMPLATE/improve-documentation-page.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-page-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/ISSUE_TEMPLATE/new-page-request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/checklinks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/workflows/checklinks.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/workflows/lint.yml -------------------------------------------------------------------------------- /.github/workflows/pull-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/workflows/pull-request.yml -------------------------------------------------------------------------------- /.github/workflows/user-demo.yml.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.github/workflows/user-demo.yml.example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint-cli2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.markdownlint-cli2.yaml -------------------------------------------------------------------------------- /.markdownlint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.markdownlint.yaml -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.vale.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/.vale.ini -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": ["Kubernetes", "roadmap"] 3 | } 4 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/SECURITY.md -------------------------------------------------------------------------------- /ci/vale/styles/config/vocabularies/Elastisys/accept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/ci/vale/styles/config/vocabularies/Elastisys/accept.txt -------------------------------------------------------------------------------- /ci/vale/styles/config/vocabularies/Elastisys/reject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/ci/vale/styles/config/vocabularies/Elastisys/reject.txt -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | elastisys.io 2 | -------------------------------------------------------------------------------- /docs/adr/0000-use-markdown-architectural-decision-records.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0000-use-markdown-architectural-decision-records.md -------------------------------------------------------------------------------- /docs/adr/0001-use-rook-storage-orchestrator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0001-use-rook-storage-orchestrator.md -------------------------------------------------------------------------------- /docs/adr/0002-use-kubespray-for-cluster-lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0002-use-kubespray-for-cluster-lifecycle.md -------------------------------------------------------------------------------- /docs/adr/0003-push-metrics-via-influxdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0003-push-metrics-via-influxdb.md -------------------------------------------------------------------------------- /docs/adr/0004-plan-for-usage-without-wrapper-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0004-plan-for-usage-without-wrapper-scripts.md -------------------------------------------------------------------------------- /docs/adr/0005-use-individual-ssh-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0005-use-individual-ssh-keys.md -------------------------------------------------------------------------------- /docs/adr/0006-use-standard-kubeconfig-mechanisms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0006-use-standard-kubeconfig-mechanisms.md -------------------------------------------------------------------------------- /docs/adr/0007-make-monitoring-forwarders-storage-independent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0007-make-monitoring-forwarders-storage-independent.md -------------------------------------------------------------------------------- /docs/adr/0008-use-hostnetwork-or-loadbalancer-for-ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0008-use-hostnetwork-or-loadbalancer-for-ingress.md -------------------------------------------------------------------------------- /docs/adr/0009-use-cluster-issuers-for-letsencrypt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0009-use-cluster-issuers-for-letsencrypt.md -------------------------------------------------------------------------------- /docs/adr/0010-run-managed-services-in-workload-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0010-run-managed-services-in-workload-cluster.md -------------------------------------------------------------------------------- /docs/adr/0011-let-upstream-projects-handle-crds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0011-let-upstream-projects-handle-crds.md -------------------------------------------------------------------------------- /docs/adr/0012-do-not-persist-dex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0012-do-not-persist-dex.md -------------------------------------------------------------------------------- /docs/adr/0013-configure-alerts-in-omt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0013-configure-alerts-in-omt.md -------------------------------------------------------------------------------- /docs/adr/0014-use-bats-for-testing-bash-wrappers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0014-use-bats-for-testing-bash-wrappers.md -------------------------------------------------------------------------------- /docs/adr/0015-we-believe-in-community-driven-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0015-we-believe-in-community-driven-open-source.md -------------------------------------------------------------------------------- /docs/adr/0016-gid-0-is-okey-but-not-by-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0016-gid-0-is-okey-but-not-by-default.md -------------------------------------------------------------------------------- /docs/adr/0017-persist-dex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0017-persist-dex.md -------------------------------------------------------------------------------- /docs/adr/0018-use-probe-to-measure-internal-uptime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0018-use-probe-to-measure-internal-uptime.md -------------------------------------------------------------------------------- /docs/adr/0019-push-metrics-via-thanos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0019-push-metrics-via-thanos.md -------------------------------------------------------------------------------- /docs/adr/0020-filter-by-cluster-label-then-data-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0020-filter-by-cluster-label-then-data-source.md -------------------------------------------------------------------------------- /docs/adr/0021-tls-for-additional-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0021-tls-for-additional-services.md -------------------------------------------------------------------------------- /docs/adr/0022-use-dedicated-nodes-for-additional-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0022-use-dedicated-nodes-for-additional-services.md -------------------------------------------------------------------------------- /docs/adr/0023-allow-snippets-annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0023-allow-snippets-annotations.md -------------------------------------------------------------------------------- /docs/adr/0024-allow-Harbor-robot-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0024-allow-Harbor-robot-account.md -------------------------------------------------------------------------------- /docs/adr/0025-local-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0025-local-storage.md -------------------------------------------------------------------------------- /docs/adr/0026-hnc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0026-hnc.md -------------------------------------------------------------------------------- /docs/adr/0027-postgresql-external-replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0027-postgresql-external-replication.md -------------------------------------------------------------------------------- /docs/adr/0028-harder-pod-eviction-when-node-goes-OOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0028-harder-pod-eviction-when-node-goes-OOM.md -------------------------------------------------------------------------------- /docs/adr/0029-expose-jaeger-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0029-expose-jaeger-ui.md -------------------------------------------------------------------------------- /docs/adr/0030-run-argocd-on-elastisys-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0030-run-argocd-on-elastisys-nodes.md -------------------------------------------------------------------------------- /docs/adr/0031-run-csi-cinder-controllerplugin-on-elastisys-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0031-run-csi-cinder-controllerplugin-on-elastisys-nodes.md -------------------------------------------------------------------------------- /docs/adr/0032-boot-disk-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0032-boot-disk-size.md -------------------------------------------------------------------------------- /docs/adr/0033-run-cluster-api-controllers-on-service-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0033-run-cluster-api-controllers-on-service-cluster.md -------------------------------------------------------------------------------- /docs/adr/0034-how-to-run-multiple-ams-packages-of-the-same-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0034-how-to-run-multiple-ams-packages-of-the-same-type.md -------------------------------------------------------------------------------- /docs/adr/0035-run-tekton-on-service-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0035-run-tekton-on-service-cluster.md -------------------------------------------------------------------------------- /docs/adr/0036-run-ingress-nginx-as-daemonset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0036-run-ingress-nginx-as-daemonset.md -------------------------------------------------------------------------------- /docs/adr/0037-enforce-ttl-on-jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0037-enforce-ttl-on-jobs.md -------------------------------------------------------------------------------- /docs/adr/0038-replace-starboard-operator-with-trivy-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0038-replace-starboard-operator-with-trivy-operator.md -------------------------------------------------------------------------------- /docs/adr/0039-application-dev-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0039-application-dev-permissions.md -------------------------------------------------------------------------------- /docs/adr/0040-allow-group-id-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0040-allow-group-id-0.md -------------------------------------------------------------------------------- /docs/adr/0041-encryption-at-rest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0041-encryption-at-rest.md -------------------------------------------------------------------------------- /docs/adr/0042-argocd-dynamic-hnc-namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0042-argocd-dynamic-hnc-namespaces.md -------------------------------------------------------------------------------- /docs/adr/0043-rclone-and-encryption-adhere-cryptography-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0043-rclone-and-encryption-adhere-cryptography-policy.md -------------------------------------------------------------------------------- /docs/adr/0044-argocd-managing-its-own-namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0044-argocd-managing-its-own-namespace.md -------------------------------------------------------------------------------- /docs/adr/0045-use-specialised-prebuilt-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0045-use-specialised-prebuilt-images.md -------------------------------------------------------------------------------- /docs/adr/0046-handle-crds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0046-handle-crds.md -------------------------------------------------------------------------------- /docs/adr/0047-kubernetes-versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0047-kubernetes-versions.md -------------------------------------------------------------------------------- /docs/adr/0048-access-management-for-AMS-with-network-policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0048-access-management-for-AMS-with-network-policies.md -------------------------------------------------------------------------------- /docs/adr/0049-run-ingress-nginx-in-chroot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0049-run-ingress-nginx-in-chroot.md -------------------------------------------------------------------------------- /docs/adr/0050-use-cluster-isolation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0050-use-cluster-isolation.md -------------------------------------------------------------------------------- /docs/adr/0051-open-cert-manager-netpols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0051-open-cert-manager-netpols.md -------------------------------------------------------------------------------- /docs/adr/0052-azure-encryption-at-rest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0052-azure-encryption-at-rest.md -------------------------------------------------------------------------------- /docs/adr/0053-do-not-expose-platform-observability-services-to-end-users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0053-do-not-expose-platform-observability-services-to-end-users.md -------------------------------------------------------------------------------- /docs/adr/0054-allow-write-access-to-endpoints-and-endpointslices-after-risk-acceptance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0054-allow-write-access-to-endpoints-and-endpointslices-after-risk-acceptance.md -------------------------------------------------------------------------------- /docs/adr/0055-welkin-to-consist-of-both-public-and-private-open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0055-welkin-to-consist-of-both-public-and-private-open-source.md -------------------------------------------------------------------------------- /docs/adr/0056-allow-snippets-annotations-after-risk-acceptance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0056-allow-snippets-annotations-after-risk-acceptance.md -------------------------------------------------------------------------------- /docs/adr/0057-why-we-do-not-use-cloud-managed-kubernetes-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0057-why-we-do-not-use-cloud-managed-kubernetes-services.md -------------------------------------------------------------------------------- /docs/adr/0058-boot-disk-sizes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0058-boot-disk-sizes.md -------------------------------------------------------------------------------- /docs/adr/0059-welkin-to-consist-public-open-source-code-and-proprietary-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0059-welkin-to-consist-public-open-source-code-and-proprietary-documentation.md -------------------------------------------------------------------------------- /docs/adr/0060-group-alerts-in-alertmanager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0060-group-alerts-in-alertmanager.md -------------------------------------------------------------------------------- /docs/adr/0061-subscription-per-customer-model-on-azure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/0061-subscription-per-customer-model-on-azure.md -------------------------------------------------------------------------------- /docs/adr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/Makefile -------------------------------------------------------------------------------- /docs/adr/img/0050-use-cluster-isolation.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/img/0050-use-cluster-isolation.drawio.svg -------------------------------------------------------------------------------- /docs/adr/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/index.md -------------------------------------------------------------------------------- /docs/adr/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/adr/template.md -------------------------------------------------------------------------------- /docs/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/architecture.md -------------------------------------------------------------------------------- /docs/ciso-guide/audit-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/audit-logs.md -------------------------------------------------------------------------------- /docs/ciso-guide/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/backup.md -------------------------------------------------------------------------------- /docs/ciso-guide/capacity-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/capacity-management.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/_common.include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/_common.include -------------------------------------------------------------------------------- /docs/ciso-guide/controls/bsi-it-grundschutz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/bsi-it-grundschutz.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/cra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/cra.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/gdpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/gdpr.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/hipaa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/hipaa.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/hslf-fs-201640.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/hslf-fs-201640.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/iso-27001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/iso-27001.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/kritis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/kritis.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/mdr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/mdr.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/msbfs-20188.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/msbfs-20188.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/msbfs-20207.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/msbfs-20207.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/nis2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/nis2.md -------------------------------------------------------------------------------- /docs/ciso-guide/controls/nist-sp-800-171.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/controls/nist-sp-800-171.md -------------------------------------------------------------------------------- /docs/ciso-guide/cryptography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/cryptography.md -------------------------------------------------------------------------------- /docs/ciso-guide/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/faq.md -------------------------------------------------------------------------------- /docs/ciso-guide/gdpr-art-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/gdpr-art-17.md -------------------------------------------------------------------------------- /docs/ciso-guide/img/audit-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/audit-logs.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/authlog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/authlog.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/backup.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/cryptography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/cryptography.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/intrusion-detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/intrusion-detection.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/kubernetes-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/kubernetes-status.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/network-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/network-security.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/policy-as-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/policy-as-code.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/sbom-sunshine-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/sbom-sunshine-screenshot.png -------------------------------------------------------------------------------- /docs/ciso-guide/img/vulnerability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/img/vulnerability.png -------------------------------------------------------------------------------- /docs/ciso-guide/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/index.md -------------------------------------------------------------------------------- /docs/ciso-guide/information-security/dod-enterprise-devsecops-reference-design-kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/information-security/dod-enterprise-devsecops-reference-design-kubernetes.md -------------------------------------------------------------------------------- /docs/ciso-guide/information-security/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/information-security/index.md -------------------------------------------------------------------------------- /docs/ciso-guide/intrusion-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/intrusion-detection.md -------------------------------------------------------------------------------- /docs/ciso-guide/isa-iec-62443.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/isa-iec-62443.md -------------------------------------------------------------------------------- /docs/ciso-guide/log-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/log-review.md -------------------------------------------------------------------------------- /docs/ciso-guide/network-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/network-security.md -------------------------------------------------------------------------------- /docs/ciso-guide/pdl-audit-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/pdl-audit-logs.md -------------------------------------------------------------------------------- /docs/ciso-guide/policy-as-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/policy-as-code.md -------------------------------------------------------------------------------- /docs/ciso-guide/sbom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/sbom.md -------------------------------------------------------------------------------- /docs/ciso-guide/vulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/ciso-guide/vulnerability.md -------------------------------------------------------------------------------- /docs/contributor-guide/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/contributor-guide/index.md -------------------------------------------------------------------------------- /docs/customer-quotes/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/customer-quotes/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/customer-quotes/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/customer-quotes/bootstrap.min.css -------------------------------------------------------------------------------- /docs/customer-quotes/branding.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/customer-quotes/branding.css -------------------------------------------------------------------------------- /docs/customer-quotes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/customer-quotes/index.html -------------------------------------------------------------------------------- /docs/fonts/inter/Inter-VariableFont_slnt,wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/inter/Inter-VariableFont_slnt,wght.ttf -------------------------------------------------------------------------------- /docs/fonts/inter/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/inter/OFL.txt -------------------------------------------------------------------------------- /docs/fonts/inter/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/inter/README.txt -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Black.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Black.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Bold.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Bold.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-BoldItalic.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-BoldItalic.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-ExtraBold.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-ExtraBold.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-ExtraLight.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-ExtraLight.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Italic.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Light.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Light.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Medium.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Medium.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Regular.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Regular.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-SemiBold.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-SemiBold.woff2 -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Thin.woff -------------------------------------------------------------------------------- /docs/fonts/poppins/Poppins-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/poppins/Poppins-Thin.woff2 -------------------------------------------------------------------------------- /docs/fonts/robotomono/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/robotomono/LICENSE.txt -------------------------------------------------------------------------------- /docs/fonts/robotomono/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/robotomono/README.txt -------------------------------------------------------------------------------- /docs/fonts/robotomono/RobotoMono-Italic-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/robotomono/RobotoMono-Italic-VariableFont_wght.ttf -------------------------------------------------------------------------------- /docs/fonts/robotomono/RobotoMono-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/fonts/robotomono/RobotoMono-VariableFont_wght.ttf -------------------------------------------------------------------------------- /docs/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/glossary.md -------------------------------------------------------------------------------- /docs/img/404-user-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/404-user-request.png -------------------------------------------------------------------------------- /docs/img/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/Makefile -------------------------------------------------------------------------------- /docs/img/acknowledge-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/acknowledge-alert.png -------------------------------------------------------------------------------- /docs/img/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/action.png -------------------------------------------------------------------------------- /docs/img/add-destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/add-destination.png -------------------------------------------------------------------------------- /docs/img/add-notifications-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/add-notifications-channel.png -------------------------------------------------------------------------------- /docs/img/add_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/add_bucket.png -------------------------------------------------------------------------------- /docs/img/adr-0027.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr-0027.drawio.svg -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-Jaeger-UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-Jaeger-UI.png -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option1.png -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option1.py -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option2.png -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option2.py -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option3.png -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option3.py -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option4.png -------------------------------------------------------------------------------- /docs/img/adr/adr-0029-option4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/adr/adr-0029-option4.py -------------------------------------------------------------------------------- /docs/img/aggregation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/aggregation.png -------------------------------------------------------------------------------- /docs/img/air-gapped-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped-demo.png -------------------------------------------------------------------------------- /docs/img/air-gapped-dex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped-dex.png -------------------------------------------------------------------------------- /docs/img/air-gapped-grafana-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped-grafana-demo.png -------------------------------------------------------------------------------- /docs/img/air-gapped-grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped-grafana.png -------------------------------------------------------------------------------- /docs/img/air-gapped-opensearch-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped-opensearch-demo.png -------------------------------------------------------------------------------- /docs/img/air-gapped.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/air-gapped.drawio.png -------------------------------------------------------------------------------- /docs/img/alert-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/alert-list.png -------------------------------------------------------------------------------- /docs/img/alerting-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/alerting-page.png -------------------------------------------------------------------------------- /docs/img/alerts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/alerts.svg -------------------------------------------------------------------------------- /docs/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/img/cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/cluster.png -------------------------------------------------------------------------------- /docs/img/comparison-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/comparison-chart.png -------------------------------------------------------------------------------- /docs/img/compliance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/compliance.svg -------------------------------------------------------------------------------- /docs/img/create-channel-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/create-channel-button.png -------------------------------------------------------------------------------- /docs/img/create-monitor-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/create-monitor-button.png -------------------------------------------------------------------------------- /docs/img/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dashboard.png -------------------------------------------------------------------------------- /docs/img/devsecops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/devsecops.svg -------------------------------------------------------------------------------- /docs/img/discover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/discover.png -------------------------------------------------------------------------------- /docs/img/discover_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/discover_filter.png -------------------------------------------------------------------------------- /docs/img/discover_filter_hours_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/discover_filter_hours_result.png -------------------------------------------------------------------------------- /docs/img/discover_hours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/discover_hours.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_1.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_2.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_3.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_4.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_5.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_6.png -------------------------------------------------------------------------------- /docs/img/dynamic_mapping_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/dynamic_mapping_7.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_1.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_2.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_3.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_4.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_5.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_6.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_7.png -------------------------------------------------------------------------------- /docs/img/explicit_mapping_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/explicit_mapping_8.png -------------------------------------------------------------------------------- /docs/img/falco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/falco.png -------------------------------------------------------------------------------- /docs/img/falco_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/falco_log.png -------------------------------------------------------------------------------- /docs/img/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/favicon-96x96.png -------------------------------------------------------------------------------- /docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/favicon.ico -------------------------------------------------------------------------------- /docs/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/favicon.png -------------------------------------------------------------------------------- /docs/img/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/favicon.svg -------------------------------------------------------------------------------- /docs/img/getting-started-developers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/getting-started-developers.png -------------------------------------------------------------------------------- /docs/img/git-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/git-alt.svg -------------------------------------------------------------------------------- /docs/img/grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/grafana.png -------------------------------------------------------------------------------- /docs/img/grafana_under_ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/grafana_under_ns.png -------------------------------------------------------------------------------- /docs/img/habor-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/habor-login.png -------------------------------------------------------------------------------- /docs/img/harbor-post-scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor-post-scan.png -------------------------------------------------------------------------------- /docs/img/harbor-pre-scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor-pre-scan.png -------------------------------------------------------------------------------- /docs/img/harbor-usage.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor-usage.dot -------------------------------------------------------------------------------- /docs/img/harbor-usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor-usage.png -------------------------------------------------------------------------------- /docs/img/harbor-vulnerabilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor-vulnerabilities.png -------------------------------------------------------------------------------- /docs/img/harbor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/harbor.png -------------------------------------------------------------------------------- /docs/img/host_pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/host_pie.png -------------------------------------------------------------------------------- /docs/img/icons/cloud-agnostic-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/cloud-agnostic-icon.svg -------------------------------------------------------------------------------- /docs/img/icons/for-application-developers-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/for-application-developers-icon.svg -------------------------------------------------------------------------------- /docs/img/icons/for-ciso-and-dpo-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/for-ciso-and-dpo-icon.svg -------------------------------------------------------------------------------- /docs/img/icons/for-platform-administrators-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/for-platform-administrators-icon.svg -------------------------------------------------------------------------------- /docs/img/icons/loved-by-ciso-and-dpo-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/loved-by-ciso-and-dpo-icon.svg -------------------------------------------------------------------------------- /docs/img/icons/platform-you-would-build-yourself-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/icons/platform-you-would-build-yourself-icon.svg -------------------------------------------------------------------------------- /docs/img/kibana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/kibana.png -------------------------------------------------------------------------------- /docs/img/kubespray-aws-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/kubespray-aws-console.png -------------------------------------------------------------------------------- /docs/img/kubespray-azure-wc-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/kubespray-azure-wc-sample.png -------------------------------------------------------------------------------- /docs/img/log-review-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/log-review-dashboard.png -------------------------------------------------------------------------------- /docs/img/logos/Welkin-logo_horisontal_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/Welkin-logo_horisontal_green.svg -------------------------------------------------------------------------------- /docs/img/logos/Welkin-logo_icon_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/Welkin-logo_icon_green.svg -------------------------------------------------------------------------------- /docs/img/logos/Welkin_maskot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/Welkin_maskot.svg -------------------------------------------------------------------------------- /docs/img/logos/certified-kubernetes-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/certified-kubernetes-color.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/aws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/aws.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/azure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/azure.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/citycloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/citycloud.png -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/exoscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/exoscale.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/gcp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/gcp.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/openstack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/openstack.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/ovh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/ovh.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/safespring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/safespring.svg -------------------------------------------------------------------------------- /docs/img/logos/cloud-providers/upcloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cloud-providers/upcloud.svg -------------------------------------------------------------------------------- /docs/img/logos/cncf-member-silver-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/cncf-member-silver-color.svg -------------------------------------------------------------------------------- /docs/img/logos/created-by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/created-by.svg -------------------------------------------------------------------------------- /docs/img/logos/elastisys-logo-color-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/elastisys-logo-color-horizontal.svg -------------------------------------------------------------------------------- /docs/img/logos/elastisys-logo-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/elastisys-logo-icon.svg -------------------------------------------------------------------------------- /docs/img/logos/kubernetes-kcsp-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/kubernetes-kcsp-color.svg -------------------------------------------------------------------------------- /docs/img/logos/orgs/carasent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/carasent.png -------------------------------------------------------------------------------- /docs/img/logos/orgs/elsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/elsa.svg -------------------------------------------------------------------------------- /docs/img/logos/orgs/prorenata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/prorenata.svg -------------------------------------------------------------------------------- /docs/img/logos/orgs/rise-logo-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/rise-logo-black.svg -------------------------------------------------------------------------------- /docs/img/logos/orgs/telia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/telia.svg -------------------------------------------------------------------------------- /docs/img/logos/orgs/vitec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/orgs/vitec.svg -------------------------------------------------------------------------------- /docs/img/logos/other/continuous_deploy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/other/continuous_deploy.svg -------------------------------------------------------------------------------- /docs/img/logos/other/le-logo-lockonly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/other/le-logo-lockonly.svg -------------------------------------------------------------------------------- /docs/img/logos/other/openid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/other/openid.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/ansible.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/calico.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/calico.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/cert-manager.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/cert-manager.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/cluster-api.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/cluster-api.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/dex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/dex.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/falco.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/falco.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/fluentd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/fluentd.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/grafana.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/grafana.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/harbor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/harbor.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/jaeger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/jaeger.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/kubernetes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/kubernetes.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/kubespray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/kubespray.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/opa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/opa.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/opensearch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/opensearch.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/prometheus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/prometheus.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/rook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/rook.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/terraform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/terraform.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/trivy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/trivy.svg -------------------------------------------------------------------------------- /docs/img/logos/project-icons/velero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/logos/project-icons/velero.svg -------------------------------------------------------------------------------- /docs/img/monitor-creation-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/monitor-creation-1.png -------------------------------------------------------------------------------- /docs/img/monitor-creation-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/monitor-creation-2.png -------------------------------------------------------------------------------- /docs/img/monitor-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/monitor-view.png -------------------------------------------------------------------------------- /docs/img/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/mstile-150x150.png -------------------------------------------------------------------------------- /docs/img/namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/namespace.png -------------------------------------------------------------------------------- /docs/img/namespace_pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/namespace_pie.png -------------------------------------------------------------------------------- /docs/img/namespaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/namespaces.png -------------------------------------------------------------------------------- /docs/img/no_privilege.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/no_privilege.png -------------------------------------------------------------------------------- /docs/img/node_health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/node_health.png -------------------------------------------------------------------------------- /docs/img/notifications-channel-slack-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/notifications-channel-slack-test.png -------------------------------------------------------------------------------- /docs/img/opa_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/opa_log.png -------------------------------------------------------------------------------- /docs/img/opensearch-create-index-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/opensearch-create-index-pattern.png -------------------------------------------------------------------------------- /docs/img/osd-alerting-monitors-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/osd-alerting-monitors-tab.png -------------------------------------------------------------------------------- /docs/img/osd-alerting-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/osd-alerting-sidebar.png -------------------------------------------------------------------------------- /docs/img/osd-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/osd-home.png -------------------------------------------------------------------------------- /docs/img/osd-notifications-channels-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/osd-notifications-channels-tab.png -------------------------------------------------------------------------------- /docs/img/osd-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/osd-sidebar.png -------------------------------------------------------------------------------- /docs/img/pod_health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/pod_health.png -------------------------------------------------------------------------------- /docs/img/privileged_ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/privileged_ns.png -------------------------------------------------------------------------------- /docs/img/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/safari-pinned-tab.svg -------------------------------------------------------------------------------- /docs/img/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/save.png -------------------------------------------------------------------------------- /docs/img/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/site.webmanifest -------------------------------------------------------------------------------- /docs/img/slack-notify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/slack-notify.png -------------------------------------------------------------------------------- /docs/img/trigger-notification-slack-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/trigger-notification-slack-test.png -------------------------------------------------------------------------------- /docs/img/trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/trigger.png -------------------------------------------------------------------------------- /docs/img/user-demo-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/user-demo-alerts.png -------------------------------------------------------------------------------- /docs/img/user-demo-logs.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/user-demo-logs.jpeg -------------------------------------------------------------------------------- /docs/img/user-demo-metrics.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/user-demo-metrics.jpeg -------------------------------------------------------------------------------- /docs/img/vulnerability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/vulnerability.png -------------------------------------------------------------------------------- /docs/img/web-app-manifest-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/web-app-manifest-192x192.png -------------------------------------------------------------------------------- /docs/img/web-app-manifest-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/web-app-manifest-512x512.png -------------------------------------------------------------------------------- /docs/img/welkin-application-platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-application-platform.png -------------------------------------------------------------------------------- /docs/img/welkin-by-elastisys-logo_green-midnight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-by-elastisys-logo_green-midnight.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level1.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level1.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level2.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level2.dot -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level2.png -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3-access-control.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3-access-control.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3-auth.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3-auth.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3-backup.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3-backup.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3-logs.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3-logs.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3-metrics.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3-metrics.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-c4model-level3.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-c4model-level3.drawio.svg -------------------------------------------------------------------------------- /docs/img/welkin-library.drawio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/img/welkin-library.drawio.xml -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/javascripts/feedback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/javascripts/feedback.js -------------------------------------------------------------------------------- /docs/mission-and-vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/mission-and-vision.md -------------------------------------------------------------------------------- /docs/operator-manual/access-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/access-control.md -------------------------------------------------------------------------------- /docs/operator-manual/additional-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/additional-services.md -------------------------------------------------------------------------------- /docs/operator-manual/air-gapped.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/air-gapped.md -------------------------------------------------------------------------------- /docs/operator-manual/break-glass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/break-glass.md -------------------------------------------------------------------------------- /docs/operator-manual/capacity-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/capacity-management.md -------------------------------------------------------------------------------- /docs/operator-manual/clean-up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/clean-up.md -------------------------------------------------------------------------------- /docs/operator-manual/clock-synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/clock-synchronization.md -------------------------------------------------------------------------------- /docs/operator-manual/cluster-sizing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/cluster-sizing.md -------------------------------------------------------------------------------- /docs/operator-manual/common.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/common.md -------------------------------------------------------------------------------- /docs/operator-manual/configure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/configure.md -------------------------------------------------------------------------------- /docs/operator-manual/credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/credentials.md -------------------------------------------------------------------------------- /docs/operator-manual/cryptography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/cryptography.md -------------------------------------------------------------------------------- /docs/operator-manual/disaster-recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/disaster-recovery.md -------------------------------------------------------------------------------- /docs/operator-manual/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/faq.md -------------------------------------------------------------------------------- /docs/operator-manual/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/getting-started.md -------------------------------------------------------------------------------- /docs/operator-manual/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/index.md -------------------------------------------------------------------------------- /docs/operator-manual/infrastructure-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/infrastructure-requirements.md -------------------------------------------------------------------------------- /docs/operator-manual/ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/ingress.md -------------------------------------------------------------------------------- /docs/operator-manual/maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/maintenance.md -------------------------------------------------------------------------------- /docs/operator-manual/on-prem-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/on-prem-standard.md -------------------------------------------------------------------------------- /docs/operator-manual/opensearch-mappings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/opensearch-mappings.md -------------------------------------------------------------------------------- /docs/operator-manual/provider-audit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/provider-audit.md -------------------------------------------------------------------------------- /docs/operator-manual/runbooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/runbooks.md -------------------------------------------------------------------------------- /docs/operator-manual/schema/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/schema/config.md -------------------------------------------------------------------------------- /docs/operator-manual/schema/secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/schema/secrets.md -------------------------------------------------------------------------------- /docs/operator-manual/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/troubleshooting.md -------------------------------------------------------------------------------- /docs/operator-manual/understand-the-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/understand-the-basics.md -------------------------------------------------------------------------------- /docs/operator-manual/understand-welkin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/understand-welkin.md -------------------------------------------------------------------------------- /docs/operator-manual/user-alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/user-alerts.md -------------------------------------------------------------------------------- /docs/operator-manual/user-managed-crds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/operator-manual/user-managed-crds.md -------------------------------------------------------------------------------- /docs/quality-criteria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/quality-criteria.md -------------------------------------------------------------------------------- /docs/release-notes/argocd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/argocd.md -------------------------------------------------------------------------------- /docs/release-notes/capi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/capi.md -------------------------------------------------------------------------------- /docs/release-notes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/index.md -------------------------------------------------------------------------------- /docs/release-notes/jaeger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/jaeger.md -------------------------------------------------------------------------------- /docs/release-notes/kubespray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/kubespray.md -------------------------------------------------------------------------------- /docs/release-notes/postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/postgres.md -------------------------------------------------------------------------------- /docs/release-notes/rabbitmq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/rabbitmq.md -------------------------------------------------------------------------------- /docs/release-notes/valkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/valkey.md -------------------------------------------------------------------------------- /docs/release-notes/welkin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/release-notes/welkin.md -------------------------------------------------------------------------------- /docs/request-a-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/request-a-feature.md -------------------------------------------------------------------------------- /docs/stylesheets/branding.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/stylesheets/branding.css -------------------------------------------------------------------------------- /docs/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/stylesheets/extra.css -------------------------------------------------------------------------------- /docs/stylesheets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/stylesheets/style.css -------------------------------------------------------------------------------- /docs/stylesheets/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/stylesheets/style.css.map -------------------------------------------------------------------------------- /docs/tech-radar/d3.v7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/tech-radar/d3.v7.min.js -------------------------------------------------------------------------------- /docs/tech-radar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/tech-radar/index.html -------------------------------------------------------------------------------- /docs/tech-radar/radar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/tech-radar/radar.css -------------------------------------------------------------------------------- /docs/tech-radar/radar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/tech-radar/radar.js -------------------------------------------------------------------------------- /docs/user-guide/additional-services/argocd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/argocd.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/additional-services.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/additional-services.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/argocd-healthy-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/argocd-healthy-synced.png -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/argocd-helm-secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/argocd-helm-secrets.png -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/argocd.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/argocd.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/jaeger.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/jaeger.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/postgresql.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/postgresql.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/rabbitmq.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/rabbitmq.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/timescaledb.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/timescaledb.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/img/valkey.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/img/valkey.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/additional-services/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/index.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/jaeger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/jaeger.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/pgbouncer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/pgbouncer.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/postgresql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/postgresql.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/rabbitmq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/rabbitmq.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/timescaledb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/timescaledb.md -------------------------------------------------------------------------------- /docs/user-guide/additional-services/valkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/additional-services/valkey.md -------------------------------------------------------------------------------- /docs/user-guide/alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/alerts.md -------------------------------------------------------------------------------- /docs/user-guide/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/backup.md -------------------------------------------------------------------------------- /docs/user-guide/ci-cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/ci-cd.md -------------------------------------------------------------------------------- /docs/user-guide/cluster-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/cluster-api.md -------------------------------------------------------------------------------- /docs/user-guide/continous-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/continous-development.md -------------------------------------------------------------------------------- /docs/user-guide/debug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/debug.md -------------------------------------------------------------------------------- /docs/user-guide/delegation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/delegation.md -------------------------------------------------------------------------------- /docs/user-guide/demarcation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/demarcation.md -------------------------------------------------------------------------------- /docs/user-guide/deploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/deploy.md -------------------------------------------------------------------------------- /docs/user-guide/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/faq.md -------------------------------------------------------------------------------- /docs/user-guide/go-live.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/go-live.md -------------------------------------------------------------------------------- /docs/user-guide/gpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/gpu.md -------------------------------------------------------------------------------- /docs/user-guide/how-many-environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/how-many-environments.md -------------------------------------------------------------------------------- /docs/user-guide/img/ci-cd.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/ci-cd.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/img/dex-authenticated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/dex-authenticated.png -------------------------------------------------------------------------------- /docs/user-guide/img/dex-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/dex-login.png -------------------------------------------------------------------------------- /docs/user-guide/img/environments/ideal-dx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/environments/ideal-dx.svg -------------------------------------------------------------------------------- /docs/user-guide/img/environments/ideal-promotion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/environments/ideal-promotion.svg -------------------------------------------------------------------------------- /docs/user-guide/img/github-actions-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/github-actions-screenshot.png -------------------------------------------------------------------------------- /docs/user-guide/img/http-request-headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/http-request-headers.png -------------------------------------------------------------------------------- /docs/user-guide/img/kubeconfig-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/kubeconfig-terminal.png -------------------------------------------------------------------------------- /docs/user-guide/img/monokle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/monokle.png -------------------------------------------------------------------------------- /docs/user-guide/img/network-model.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/network-model.drawio.svg -------------------------------------------------------------------------------- /docs/user-guide/img/opensearch-minio-audit-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/opensearch-minio-audit-logs.png -------------------------------------------------------------------------------- /docs/user-guide/img/select-your-tenant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/select-your-tenant.png -------------------------------------------------------------------------------- /docs/user-guide/img/skaffold-busybox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/skaffold-busybox.png -------------------------------------------------------------------------------- /docs/user-guide/img/skaffold-output1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/skaffold-output1.png -------------------------------------------------------------------------------- /docs/user-guide/img/skaffold-user-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/skaffold-user-demo.png -------------------------------------------------------------------------------- /docs/user-guide/img/user-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/user-login.png -------------------------------------------------------------------------------- /docs/user-guide/img/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/img/vscode.png -------------------------------------------------------------------------------- /docs/user-guide/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/index.md -------------------------------------------------------------------------------- /docs/user-guide/kubernetes-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/kubernetes-api.md -------------------------------------------------------------------------------- /docs/user-guide/kubernetes-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/kubernetes-ui.md -------------------------------------------------------------------------------- /docs/user-guide/lens-user-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/lens-user-role.yaml -------------------------------------------------------------------------------- /docs/user-guide/lens-user-rolebinding-example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/lens-user-rolebinding-example.yaml -------------------------------------------------------------------------------- /docs/user-guide/list-of-non-functional-application-requirements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/list-of-non-functional-application-requirements.html -------------------------------------------------------------------------------- /docs/user-guide/log-based-alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/log-based-alerts.md -------------------------------------------------------------------------------- /docs/user-guide/logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/logs.md -------------------------------------------------------------------------------- /docs/user-guide/long-term-log-retention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/long-term-log-retention.md -------------------------------------------------------------------------------- /docs/user-guide/maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/maintenance.md -------------------------------------------------------------------------------- /docs/user-guide/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/metrics.md -------------------------------------------------------------------------------- /docs/user-guide/namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/namespaces.md -------------------------------------------------------------------------------- /docs/user-guide/network-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/network-model.md -------------------------------------------------------------------------------- /docs/user-guide/operate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/operate.md -------------------------------------------------------------------------------- /docs/user-guide/prepare-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/prepare-application.md -------------------------------------------------------------------------------- /docs/user-guide/prepare-idp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/prepare-idp.md -------------------------------------------------------------------------------- /docs/user-guide/prepare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/prepare.md -------------------------------------------------------------------------------- /docs/user-guide/registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/registry.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/default-pod-topology-spread-constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/default-pod-topology-spread-constraints.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-job-ttl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-job-ttl.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-minimum-replicas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-minimum-replicas.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-networkpolicies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-networkpolicies.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-no-latest-tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-no-latest-tag.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-no-load-balancer-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-no-load-balancer-service.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-no-local-storage-emptydir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-no-local-storage-emptydir.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-no-pod-without-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-no-pod-without-controller.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-no-root.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-no-root.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-podsecuritypolicies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-podsecuritypolicies.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-resources.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-restricted-pod-disruption-budgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-restricted-pod-disruption-budgets.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-signed-image-verification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-signed-image-verification.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/enforce-trusted-registries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/enforce-trusted-registries.md -------------------------------------------------------------------------------- /docs/user-guide/safeguards/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/safeguards/index.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/_common-crds.include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/_common-crds.include -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/_common.include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/_common.include -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/ferretdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/ferretdb.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/flux-files/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/flux-files/kustomization.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/flux-files/roles/all-controllers-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/flux-files/roles/all-controllers-role.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/flux-files/roles/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/flux-files/roles/kustomization.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/flux-files/roles/source-controller-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/flux-files/roles/source-controller-role.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/flux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/flux.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/76608a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/76608a.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/b1ddf0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/b1ddf0.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/bac8d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/bac8d3.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/hotrod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/hotrod.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/jaeger-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/jaeger-ui.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/jupyter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/jupyter.gif -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/keycloakpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/keycloakpic.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/os-discover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/os-discover.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/os-index-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/os-index-pattern.png -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/img/sjunet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/img/sjunet.svg -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/index.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/jaeger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/jaeger.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/jupyterhub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/jupyterhub.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/deployment/kafka-operator-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/deployment/kafka-operator-deployment.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/kafka-cluster/persistent-single.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/kafka-cluster/persistent-single.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/kafka-testing/kafka-consumer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/kafka-testing/kafka-consumer.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/kafka-testing/kafka-producer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/kafka-testing/kafka-producer.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/roles/kafka-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/roles/kafka-role.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/roles/kafka-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/roles/kafka-rolebinding.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/roles/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/roles/kustomization.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka-files/sa-cm/kafka-sa-cm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka-files/sa-cm/kafka-sa-cm.yaml -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/kafka.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/keycloak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/keycloak.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/mongodb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/mongodb.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/sealedsecrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/sealedsecrets.md -------------------------------------------------------------------------------- /docs/user-guide/self-managed-services/sjunet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/self-managed-services/sjunet.md -------------------------------------------------------------------------------- /docs/user-guide/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/troubleshooting.md -------------------------------------------------------------------------------- /docs/user-guide/understand-the-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/docs/user-guide/understand-the-basics.md -------------------------------------------------------------------------------- /examples/adminlogs/change/20YY-MM-DD-short-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/examples/adminlogs/change/20YY-MM-DD-short-description.md -------------------------------------------------------------------------------- /examples/adminlogs/change/secret/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/adminlogs/incident/20YY-MM-DD-short-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/examples/adminlogs/incident/20YY-MM-DD-short-description.md -------------------------------------------------------------------------------- /examples/adminlogs/incident/secret/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/adminlogs/maintenance/20YY-MM-DD-short-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/examples/adminlogs/maintenance/20YY-MM-DD-short-description.md -------------------------------------------------------------------------------- /examples/adminlogs/maintenance/secret/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra_sass/style.css.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/extra_sass/style.css.scss -------------------------------------------------------------------------------- /lychee.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/lychee.toml -------------------------------------------------------------------------------- /mkdocs-ciso-controls/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/mkdocs-ciso-controls/.gitignore -------------------------------------------------------------------------------- /mkdocs-ciso-controls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/mkdocs-ciso-controls/README.md -------------------------------------------------------------------------------- /mkdocs-ciso-controls/ciso_controls/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/mkdocs-ciso-controls/ciso_controls/__init__.py -------------------------------------------------------------------------------- /mkdocs-ciso-controls/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/mkdocs-ciso-controls/setup.py -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /overrides/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/main.html -------------------------------------------------------------------------------- /overrides/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/partials/header.html -------------------------------------------------------------------------------- /overrides/partials/javascripts/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/partials/javascripts/base.html -------------------------------------------------------------------------------- /overrides/partials/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/partials/nav.html -------------------------------------------------------------------------------- /overrides/partials/source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/partials/source.html -------------------------------------------------------------------------------- /overrides/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/overrides/redirect.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/package.json -------------------------------------------------------------------------------- /requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/requirements.in -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/check-elastisys-io.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/scripts/check-elastisys-io.sh -------------------------------------------------------------------------------- /scripts/jsonschema2md.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/scripts/jsonschema2md.py -------------------------------------------------------------------------------- /scripts/requirements-tsv-to-table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/scripts/requirements-tsv-to-table.py -------------------------------------------------------------------------------- /scripts/validate-pull-request.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/scripts/validate-pull-request.sh -------------------------------------------------------------------------------- /tests/validate-pull-request/complete_pull_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/tests/validate-pull-request/complete_pull_request.md -------------------------------------------------------------------------------- /tests/validate-pull-request/incomplete_pull_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/tests/validate-pull-request/incomplete_pull_request.md -------------------------------------------------------------------------------- /user-demo-dotnet/.dockerignore: -------------------------------------------------------------------------------- 1 | Dockerfile 2 | [b|B]in 3 | [O|o]bj 4 | -------------------------------------------------------------------------------- /user-demo-dotnet/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/.gitignore -------------------------------------------------------------------------------- /user-demo-dotnet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/Dockerfile -------------------------------------------------------------------------------- /user-demo-dotnet/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/Program.cs -------------------------------------------------------------------------------- /user-demo-dotnet/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/Properties/launchSettings.json -------------------------------------------------------------------------------- /user-demo-dotnet/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/appsettings.Development.json -------------------------------------------------------------------------------- /user-demo-dotnet/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/appsettings.json -------------------------------------------------------------------------------- /user-demo-dotnet/deploy: -------------------------------------------------------------------------------- 1 | ../user-demo/deploy/ -------------------------------------------------------------------------------- /user-demo-dotnet/scripts: -------------------------------------------------------------------------------- 1 | ../user-demo/scripts/ -------------------------------------------------------------------------------- /user-demo-dotnet/user-demo-dotnet.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo-dotnet/user-demo-dotnet.csproj -------------------------------------------------------------------------------- /user-demo/.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | deploy 3 | node_modules 4 | scripts 5 | -------------------------------------------------------------------------------- /user-demo/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /user-demo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/Dockerfile -------------------------------------------------------------------------------- /user-demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/README.md -------------------------------------------------------------------------------- /user-demo/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/app.js -------------------------------------------------------------------------------- /user-demo/bin/www: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/bin/www -------------------------------------------------------------------------------- /user-demo/deploy/ci-cd-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/ci-cd-role.yaml -------------------------------------------------------------------------------- /user-demo/deploy/oauth2-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/oauth2-proxy.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/.helmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/.helmignore -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/Chart.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/dashboards/demo-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/dashboards/demo-dashboard.json -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/dashboards/demo-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/dashboards/demo-dashboard.png -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/NOTES.txt -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/_helpers.tpl -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/deployment.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/hpa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/hpa.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/ingress.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/networkpolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/networkpolicy.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/prometheusrule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/prometheusrule.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/service.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/servicemonitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/servicemonitor.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/templates/tests/test-connection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/templates/tests/test-connection.yaml -------------------------------------------------------------------------------- /user-demo/deploy/welkin-user-demo/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/deploy/welkin-user-demo/values.yaml -------------------------------------------------------------------------------- /user-demo/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/docker-compose.yaml -------------------------------------------------------------------------------- /user-demo/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/package-lock.json -------------------------------------------------------------------------------- /user-demo/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/package.json -------------------------------------------------------------------------------- /user-demo/routes/crash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/routes/crash.js -------------------------------------------------------------------------------- /user-demo/routes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/routes/index.js -------------------------------------------------------------------------------- /user-demo/routes/users.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/routes/users.js -------------------------------------------------------------------------------- /user-demo/scripts/build-locally.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | docker build -t welkin-user-demo:latest . 3 | -------------------------------------------------------------------------------- /user-demo/scripts/run-locally.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/scripts/run-locally.sh -------------------------------------------------------------------------------- /user-demo/scripts/start-shell-in-welkin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/scripts/start-shell-in-welkin.sh -------------------------------------------------------------------------------- /user-demo/scripts/test-locally.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/scripts/test-locally.sh -------------------------------------------------------------------------------- /user-demo/tracing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastisys/welkin/HEAD/user-demo/tracing.js --------------------------------------------------------------------------------