This repo contains an example of a basic full stack web application with Okteto cloud integration for quick deployment on the platform's Kubernetes cluster. This repo only serves for testing purposes until I'm further inspired :)
Your development container reuses the same variables, secrets, sidecars, volumes, etc as your original deployment.
Eliminates the need to install your dependencies locally, everything is pre-configured in your development image.
Okteto is the easiest and fastest way to get sharable preview environments with each pull request.
- UI => React.js
- API => Node.js
- Data => PSQL
- Node.js.
- Okteto CLI.
- PostgreSQL db instance.
git clone https://github/kabandr/okteto-fullstack-app.git
cd okteto-fullstack-app
Okteto up