Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Security/secrets not directly addressed - scope of other discussions, but relevant here - especially exposed via environment/files
  • Beyond config/repositories (stored externally via connectors/standard k8s objects), Only ephemeral storage - otherwise immutable. Declarative
  • One egeria server per pod
  • Aim for early results, build on what exists
  • top level server definition/type in k8s object, but most config remains in json document(s)
  • Integration use-case
  • Multiple stages: assembling a container (capabilities) vs deploying

Progress

  • Education on eclipse microprofile
  • Identified list of experiments/investigations
  • Example application which runs only a single server (no platform configuration). See PR  . Addresses biggest pain point of having to run rest API calls to configure egeria server after container started
  • Repo created for experiments

...