Versions Compared

Key

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

...

  • Deployment can be done by using helm chart
    • there are two versions one with the ArgoCD and the other is without using ArgoCD
    • ArgoCD streamlines Kubernetes application deployment through declarative GitOps practices, enabling version-controlled configuration, automated updates, and enhanced collaboration among teams.
    • ArgoCD version of helm chart is in here
    • The users who are not familiar or want to control directly can use the helm chart without using ArgoCD in here
      • there is helm folder in the repository
  • In this documentation, everything will be explained based on the assumption that there is kubrenetes cluster already set up.
  • Kuberentes cluster should already have traefik installed.
  • There should be kubectl command and helm installed in local machine to deploy SMILE.

...