-
Notifications
You must be signed in to change notification settings - Fork 0
Kubernetes deployment #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1c948d3
feat: created kubernetes namespace
edinstance d0740b2
feat: created kubernetes manifests for the flights service
edinstance e5eb74b
docs: created kubernetes readme
edinstance 1165786
feat: setup aircraft in kubernetes
edinstance ac4ea09
docs: updated k8s docs
edinstance 0b55f2e
feat: added ingress controlling and updated services
edinstance 682c805
feat: configured resources for services
edinstance 2a4e257
feat!: created authentication k8s config and added fixes to auth
edinstance 07adc8a
feat: changed services to use kubernetes secrets
edinstance 54b85e4
fix: updated router
edinstance 2b992da
feat: updated gateway to include a healthcheck
edinstance 0ec3a75
feat: created gateway and router k8 manifests
edinstance 2eb88b5
feat: created monitoring namespace and moved ingress namespace to nam…
edinstance 959035a
feat: created otel collector service and updated services to send met…
edinstance 10d7b99
feat: created prometheus manifest
edinstance 1135d01
feat: created jaeger manifest
edinstance 637f890
feat: created mimir manifest
edinstance 2eadb3f
feat: created loki manifest
edinstance c5ff5f2
feat: created grafana manifest
edinstance 7820c0d
fix: fixed gateway routing issues
edinstance c6c2960
feat: created messaging namespace with kafka and schema registry
edinstance 744cc48
feat: created search service in k8s
edinstance 9aca94f
refactor!: refactored k8s to use more namespaces and added some fixes
edinstance 1c8de26
fix: removed * allowed hosts
edinstance 64d5e85
fix: updated schema registry url
edinstance File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: aviation | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: authentication | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: flights | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: aircraft | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: monitoring | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: messaging | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| labels: | ||
| app.kubernetes.io/instance: ingress-nginx | ||
| app.kubernetes.io/name: ingress-nginx | ||
| name: ingress-nginx | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Namespace | ||
| metadata: | ||
| name: search | ||
| --- |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.