Prerequisites
- Connected AWS account
- A GitHub repository with your application
Connect your repository
Link GitHub
In the OwnKube dashboard, click New App and connect your GitHub account if you haven’t already.
Select Repository
Choose the repository you want to deploy. OwnKube will scan for a Dockerfile or auto-detect your framework.
Set environment variables
Add any environment variables your application needs. These are encrypted at rest and securely injected at runtime.Deploy
Click Deploy to trigger the first deployment. OwnKube will:- Build your application
- Push the container image to ECR in your account
- Deploy to your EKS cluster with zero-downtime rollout
- Provision a load balancer and generate a URL
Verify
Once deployed, click the generated URL to verify your application is running. Check the Logs tab if anything looks wrong — errors come with plain-English explanations.Next: add a custom domain
Point your own domain to your deployed application.