Newer
Older
# Big Bang Packages
Each Big Bang Package is present in the [Big Bang Package](https://repo1.dso.mil/platform-one/big-bang/apps) repository and broken up into several sub-groupings.
Each package has _at least_ two `CODEOWNERS`. Responsibilities are outlined [here](ApplicationOwners.md).
[[_TOC_]]
## Dependencies
```mermaid
graph TB
subgraph "Core"
subgraph "Logging"
LoggingElastic(Elasticsearch)
LoggingKibana(Kibana)
LoggingECK(ECK)
LoggingElastic --> LoggingECK
LoggingKibana --> LoggingECK
LoggingKibana --> LoggingElastic
Fluentd --> LoggingElastic
end
subgraph "Monitoring"
Grafana --> Prometheus
Thanos
end
ServiceMesh
ClusterAuditor --> LoggingECK
ClusterAuditor --> OPA(Policy Enforcement)
end
Postgres
MinIO(S3 Compatible Storage)
Redis
end
subgraph "Security"
Keycloak --> Postgres
Anchore(Anchore Enterprise) --> Postgres
Twistlock
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
subgraph "Developer Tools"
GitLab --> GitLabRunners(GitLab Runners)
GitLab --> MinIO
GitLab --> Redis
GitLab --> Postgres
Sonarqube --> Postgres
end
subgraph "Collaboration Tools"
MatterMost --> MinIO
end
```
## Core
Core packages are supported Big Bang packages that have to be enabled and are located at [Big Bang Core](https://repo1.dso.mil/platform-one/big-bang/apps/core). Core packages are platform/admin level packages that are leveraged by other packages.
```mermaid
graph TB
subgraph "Core"
subgraph "Logging"
LoggingElastic(Elasticsearch)
LoggingKibana(Kibana)
LoggingECK(ECK)
LoggingElastic --> LoggingECK
LoggingKibana --> LoggingECK
LoggingKibana --> LoggingElastic
Fluentd --> LoggingElastic
end
subgraph "Monitoring"
Grafana --> Prometheus
Thanos
end
ServiceMesh
Twistlock
ClusterAuditor --> LoggingECK
ClusterAuditor --> OPA(Policy Enforcement)
end
```
### Service Mesh
Current implementation of Service Mesh is provided by Istio. Service Mesh should be the first Package deployed to ensure other applications are operating with visibility and security.
Product:
* [Istio](https://istio.io/)
Repository:
* [Istio-operator](https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator)
* [Istio-controlplane](https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane)
Dependency: None
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator/-/blob/main/CODEOWNERS)
### Auth Service
authservice helps delegate the OIDC Authorization Code Grant Flow to the Istio mesh. authservice is compatible with any standard OIDC Provider as well as other Istio End-user Auth features, including Authentication Policy and RBAC. Together, they allow developers to protect their APIs and web apps without any application code required.
Product:
* [authservice](https://github.com/istio-ecosystem/authservice)
Repository:
* [authservice](https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice)
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice/-/blob/main/CODEOWNERS)
### Logging
The logging package is responsible for deploying Elasticsearch, Kibana, and Fluentd. It is also responsible for configuring the logging pipelines to aggregate all running containers logs for viewing by both Cluster Owners and Application Operators.
The logging capability is comprised of:
* Elastic Cloud on Kubernetes (ECK) Operator
* Elasticsearch
* Kibana
* Fluentd
* Logging Operator
* [Elasticsearch-kibana](https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana)
* [Fluentbit](https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit)
* [Eck-operator](https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator)
Dependencies:
* RWO StorageClass
Owners:
* [Elasticsearch-kibana CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana/-/blob/main/CODEOWNERS)
* [Fluentbit CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit/-/blob/main/CODEOWNERS)
* [Eck-operator CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator/-/blob/main/CODEOWNERS)
### Policy Enforcement
The Policy Enforcement Package installs the Open Policy Agent Gatekeeper [Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
Product:
* [OPA Gatekeeper](https://github.com/open-policy-agent/gatekeeper)
* [Open Policy Agent](https://www.openpolicyagent.org/)
Repository:
* [Policy Repo](https://repo1.dso.mil/platform-one/big-bang/apps/core/policy)
Dependencies: None
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/policy/-/blob/main/CODEOWNERS)
### Monitoring
Monitoring is provided by Prometheus, Grafana and Thanos.
Product:
* [Prometheus](https://prometheus.io/)
* [Grafana](https://grafana.com/)
* [Thanos](https://thanos.io/)
Repository:
* [Monitoring Repo](https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring)
Dependencies: None
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring/-/blob/main/CODEOWNERS)
### Cluster Auditor
Cluster Auditor is an internal tool that provides compliance information to Cluster Owners and Application Developers for insight into Reference DevSecOps compliance
Product:
Repository: [Cluster Auditor](https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor)
Dependencies:
* [Logging](#Logging)
* [OPA Gatekeer](#policy-enforcement)
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor/-/blob/main/CODEOWNERS)
* [Cluster Auditor Repo](https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor)
### Twistlock
Twistlock provides runtime vulnerability detection
Product:
* [Twistlock](https://www.twistlock.com/labs-/)
Repository: [Twistlock Repo](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock)
Dependencies:
* RWO StorageClass
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock/-/blob/main/CODEOWNERS)
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
Addons are supported Big Bang packages that come disabled by default.
### Security Tools
Security Tools are hosted here: [Security Tools](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools)
```mermaid
graph TB
subgraph "Package Utilities"
Postgres
end
subgraph "Security"
Keycloak --> Postgres
Anchore(Anchore Enterprise) --> Postgres
end
```
#### Keycloak
Keycloak provides SSO to applications.
Product:
* [Keycloak](https://www.keycloak.org/)
* [Postgres](https://www.postgresql.org/)
Repository: [Keycloak](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak)
Dependencies:
* Postgres
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/-/blob/main/CODEOWNERS)
#### Anchore Enterprise
Product:
* [Anchore Enterprise](https://anchore.com/enterprise/)
Repository: [Anchore Enterprise Repo](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise)
Dependencies:
* postgres
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise/-/blob/main/CODEOWNERS)
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
### Developer Tools
Developer Tools are hosted here: [Developer Tools](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools)
```mermaid
graph TB
subgraph "Application Utilities"
Postgres
MinIO(S3 Compatible Storage)
Redis
end
subgraph "Package Tools"
GitLab --> GitLabRunners(GitLab Runners)
GitLab --> MinIO
GitLab --> Redis
GitLab --> Postgres
Sonarqube --> Postgres
end
```
#### GitLab
GitLab is a product for providing DevOps including planning, code hosting, and CICD
Product:
* [GitLab](https://docs.gitlab.com/)
Repository:
* [GitLab Repo](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab)
Dependencies:
* postgres
* S3 compatible object store (ex: [Minio](#minio))
* Redis
* RWO StorageClass
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab/-/blob/main/CODEOWNERS)
#### GitLab Runners
GitLab Runners are pods that run jobs for GitLab CI/CD
Product:
* [GitLab Runners](https://docs.gitlab.com/runner/)
Repository:
* [GitLab Runners Repo](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner)
Dependencies:
* [GitLab](#gitlab)
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab-runner/-/blob/main/CODEOWNERS)
#### Sonarqube
Sonarqube provides code reviews for code quality and security
Product:
* [Sonarqube](https://www.sonarqube.org/)
Repository:
* [Sonarqube Repo](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube)
Dependencies:
* postgres
* RWO StorageClass
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/-/blob/main/CODEOWNERS)
#### Nexus
Nexus provides a robust artifact repository, supporting artifacts of multiple programming languages
Product:
* [Nexus](https://www.sonatype.com/nexus/repository-pro)
* The Nexus OSS will not be supported as the licenced pro version is required for [HA and SAML SSO capabilities](https://www.sonatype.com/nexus/repository-oss-vs-pro-features)

Christopher McGrath
committed
* Only Licended Nexus Repository Pro will be supported
* [Nexus](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus)
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus/-/blob/main/CODEOWNERS)
### Collaboration Tools
Collaboration tools are hosted here: [Collaboration Tools](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools)
```mermaid
graph TB
subgraph "Package Utilities"
Postgres
MinIO(S3 Compatible Storage)
end
subgraph "Collaboration Tools"
Jira --> Postgres
Confluence --> Postgres
MatterMost --> MinIO
end
```
<!-- #### Confluence
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
Confluence provides a centralized workspace for collaborating on documentation
Product:
* [Confluence](https://www.atlassian.com/software/confluence)
Repository:
* [Confluence Repo](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/confluence)
Dependencies:
* Postgres
* RWM StorageClass (if HA)
Owners:
* @matt.kaiser
* @branden.cobb
#### Jira
Development tool for planning and tracking team tasks
Product:
* [Jira](https://www.atlassian.com/software/jira)
Repository:
* [Jira Repo](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/jira)
Dependencies:
* Postgres
* RWM StorageClass (if HA)
Owners:
* @matt.kaiser
* @branden.cobb -->
#### Mattermost
Mattermost is an open sourced messaging platform.
Product:
* [Mattermost](https://mattermost.com/)
Repository:
* [Mattermost Repo](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost)ß
Dependencies:
* S3 compatible object store (ex: [Minio](#minio))
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/-/blob/main/CODEOWNERS)
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
### Package Utilities
Application utilities are deployments of utilities used by one or more packages. They are usually not user facing, and are dependencies of user facing packages.
A clear an obvious example of this is PostgreSQL.
```mermaid
graph TB
subgraph "Package Utilities"
Postgres
MinIO(S3 Compatible Storage)
Redis
MySQL
MongoDB
end
```
#### PostgreSQL
Product:
* [PostgreSQL](https://www.postgresql.org/)
Repository:
* TBD
Owners:
* TBD
* TBD
#### Minio
Minio provides S3 compatible object storage
Product:
* [MinIO](https://min.io/)
Repository:
* [Minio Package](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/)
Dependencies: None
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/-/blob/main/CODEOWNERS)
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
#### MySQL
Product:
* [MySQL](https://www.mysql.com/)
Repository:
* TBD
Owners:
* TBD
* TBD
#### MongoDB
Product:
* [MongoDB](https://www.mongodb.com/)
Repository:
* TBD
Owners:
* TBD
* TBD
#### Redis
Redis is an open source, in-memory data structure store, used as a database, cache, and message broker.
* [Redis](https://redis.io/)
Repository:
* [Redis Package](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/redis)
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/redis/-/blob/main/CODEOWNERS)
### Cluster Utilities
Packages that provider cluster level utility, such as RWX storage or generic backup capabilities.
#### ArgoCD
Product:
* [ArgoCD](https://argoproj.github.io/argo-cd/)
Repository:
* [ArgoCD Repo](https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd)
Dependency: None
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd/-/blob/main/CODEOWNERS)
#### Velero
Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes
* [Velero](https://velero.io/)
Repository:
* [Velero Package](https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/tree/main)
Owners:
* [CODEOWNERS](https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/-/blob/main/CODEOWNERS)
### BB TOC
[Process](https://repo1.dso.mil/platform-one/bbtoc/-/tree/master/process)
[Graduated](https://repo1.dso.mil/platform-one/big-bang/apps/graduated)
[Incubating](https://repo1.dso.mil/platform-one/big-bang/apps/incubating)
[Sandbox](https://repo1.dso.mil/platform-one/big-bang/apps/sandbox)