Skip to content
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

Kubernetes experimentation #1054

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

gregschohn
Copy link
Collaborator

@gregschohn gregschohn commented Oct 8, 2024

Description

  1. To unify the single-node developer experience with and on prem experience and the cloud one.
  2. Simplify and speed up deployment.
  3. Future: to enable auto-scaling
  • Category Enhancement / New feature
  • Why these changes are required? See above
  • What is the old behavior before changes and new behavior after changes? CDK deployment should still work as it did before.

Issues Resolved

https://opensearch.atlassian.net/browse/MIGRATIONS-1622

Testing

Manual testing only w/ minikube on my mac. See localTesting.sh for some rough examples.

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
There's a testObservability chart that will deploy jaeger, prometheus, and grafana - testing values are within the helmValues/localTesting/testObservability.yaml file.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
… to be deployed hierarchically via helm packages

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
…to work as expected.

Jaeger & Prometheus have been deployed, but I don't have a collector and haven't confirmed that they're behaving as expected.
I still need to 1) setup kafka, flip the proxy to write to kafka; 2) setup the replayer 3) setup otel-collectors; 4) setup RFS.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
… package.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.65%. Comparing base (d90a448) to head (5981d40).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1054      +/-   ##
============================================
- Coverage     80.66%   80.65%   -0.01%     
- Complexity     2892     2904      +12     
============================================
  Files           383      384       +1     
  Lines         14359    14358       -1     
  Branches        989      989              
============================================
- Hits          11582    11581       -1     
  Misses         2183     2183              
  Partials        594      594              
Flag Coverage Δ
gradle-test 78.74% <ø> (-0.01%) ⬇️
python-test 90.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
…nsearch-migrations into KubernetesExperimentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant