Project: Teresa V0.2 Today
: Users interact with a CLI client that sends commands like create application or deploy to a centralized Teresa server.
Subsequent versions have continued to expand on the foundation laid in v0.2, including more robust automation for SSL certificates through Let's Encrypt and enhanced security protocols for multi-tenant environments. Project: Teresa v0.2
: Introduced dnsConfig options during the deployment phase for better control over container networking. Technical Architecture : Users interact with a CLI client that
: The server acts as an abstraction layer, translating these simple commands into the corresponding Kubernetes API objects. Technical Architecture : The server acts as an
: Added checks to prevent the creation of unnecessary Ingress resources for apps without configured vHosts.
: Standardized Ingress specs for both vhosts and static IPs.
: Updated default nginx side-car images to support custom Lua scripts for advanced traffic handling.