Configure Environment Variables
Kuberns provides a section for Environment Variables that offers detailed insights into your deployed applications. You can access this section by selecting your required deployed application from the "My Projects" section in the dashboard. This easy navigation ensures you can quickly find the information you need about your deployment.
Manage and customize environment variables for your application. Environment variables are key-value pairs that allow you to configure settings, API endpoints, and sensitive information specific to each environment. Add, edit, or delete variables to tailor your application's behavior and integration with external services.

Managing Environment Variables in a Deployed Service
When you deploy a service with Kuberns, the environment variables you provided during service creation are automatically added by default. These variables are crucial for configuring your application and ensuring it runs smoothly in its deployment environment.
Adding New Environment Variables
Kuberns offers the flexibility to add new environment variables as your application's needs evolve.
While editing your deployed service, you can easily introduce new variables to adjust configurations or add new functionalities. For adding a new environment variable, it can either be uploaded manually or by a file with the extension .env
This feature ensures that your deployment can adapt to changing requirements without redeploying the entire service.
Deleting or Editing Environment Variables
In addition to adding new environment variables, Kuberns allows you to delete existing ones as needed. This is particularly useful for removing obsolete or incorrect configurations. The ability to manage environment variables dynamically ensures your deployment remains clean and efficient, tailored precisely to your current needs.

Kuberns' environment variable management capabilities make it easy to maintain and update your application settings. Whether you are adding, editing, or deleting variables, Kuberns provides a seamless process that enhances the flexibility and control you have over your deployments