Get Started with Epinio
Get access to a kubernetes cluster. Install cert-manager, if not already present.
Install Epinio in the cluster using helm.
Open the Web UI, or install the Epinio client for operation from a terminal.
Log into the cluster.
Push your application. Epinio builds the application image for you.
LEARN MORE
Learn the details in the installation instructions. link
Where Epinio Helps?
Epinio abstracts away the complexity of Kubernetes so you can get back to writing code. Apps are launched with a single command, eliminating complex CD pipelines and YAML files. It’s like having your own PaaS solution that you can control!
Push from source
Utilize your application's Git repository, archive, or container image to deploy with just a few clicks. Epinio enables you to add your Git repository and choose the specific branch and commit you wish to build. There's no longer a need to set up complex continuous delivery pipelines to deliver your application to users.


Service Binding
With the Epinio Service Catalog, you can select from a variety of options, including popular database types like MySQL and MongoDB, to seamlessly integrate essential services into your application. This approach not only simplifies the process but also ensures that the services will work as intended upon deployment, allowing you to focus on building your application without the hassle of writing complex deployment configuration files.
Application Management
Monitor the status of your applications, scale instances as needed, configure various settings, and deploy new versions—all directly from the Epinio platform. This streamlined approach empowers you to manage your applications efficiently, ensuring that you can respond quickly to changing demands and maintain optimal performance without the complexity often associated with traditional deployment processes.


Namespace Management
Effortlessly add and remove namespaces directly from the Epinio platform to effectively organize your applications within the cluster. This functionality allows you to create a structured environment, making it easier to manage and isolate different applications or services, ultimately enhancing your workflow and improving resource allocation.
How it Works
The Epinio API server uses build packs to create container images from source code.
A single `epinio push` builds an image and deploys the application. Once Epinio has been installed no further Kubernetes knowledge is needed to develop and deploy applications.
Use Epinio in Rancher
Epinio is available as an extension for Rancher, making it easy to add a developer-friendly application platform to your local Kubernetes environment. With Epinio running on Rancher, you can push source code, deploy apps, and bind services with minimal setup. Get started with the Rancher install guide.

FAQ
What is Epinio?
Epinio is an open-source application platform that simplifies how teams build, deploy, and manage applications on Kubernetes. It provides a developer-friendly workflow so you can focus on writing code instead of managing complex infrastructure.
How does Epinio help teams deploy applications?
Epinio streamlines the deployment process by allowing you to push applications from source code, containers, or archives. It automates much of the underlying Kubernetes complexity, making it faster and easier to get applications running in your cluster.
Can Epinio integrate with databases and other services?
Yes. Epinio includes a service catalog that allows you to bind applications to common services like databases and other backing services. This makes it easy to connect your app to the resources it needs without complex configuration.
Can I customize or extend Epinio?
Absolutely. Since Epinio is open source, you can fork the repository, submit pull requests, or build custom extensions to meet your needs. This gives teams full flexibility and control over how they use the platform.
Is Epinio actively maintained?
Epinio is continuously improved by its community and contributors. Updates help keep the platform aligned with modern Kubernetes practices, security standards, and developer needs.
Is Epinio actively maintained?
If your team needs guidance with setup, customization, or best practices, commercial support options are available. Krumware provides professional services and support to help organizations successfully deploy and operate Epinio.
How To Get Involved
Epinio is an open source project hosted on GitHub. Bugs and features are tracked through issues and new code is reviewed through pull requests.