Skip to main content

Log - Sprint 2 ๐Ÿ›ซ

ยท 2 min read

Dateโ€‹

Flight Logs contain information relating to steps completed between 02/20/24 - 02/22/24

Key Accomplishmentsโ€‹

  • Client scripted certain steps which should help if EKS cluster has to be reprovisioned and we need to redo the installation.

Challengesโ€‹

  • EKS Cluster clean up : Client environment has a clean up process that deletes EKS cluster to save cost. Some of the resources in EKS failed to delete during this process. Client had to spend most of the week to create a new cluster and run through what we did the previous week.

Lessons Learnedโ€‹

  • Try to script/automate most of the steps to speed up the process if we run into issues like cluster deletion
  • Database connection over SSL in CRD is disabled since we follow a MVP mode. In a production deployment client can set it up for more security.

Action Itemsโ€‹

  • Client wants to know how to move their environment specific data into the extracted case package in an upgrade scenario.
  • Any best practices and guidelines we can recommend on moving secrets to aws, etc in a production setting for security purposes.
  • Research egress part in CR. For the time being we kept that section but set the sc_restricted_internet_access: false
  • Documented differences in CR in the new case file.

Next Stepsโ€‹

  • Go through the FNCM CRD and fill out the configuration.

Trackingโ€‹