Preview Environments
Preview environments allow you to include a live preview of your changes on every pull request. This is a fantastic way to collaborate with your team's technical, as well as non-technical members, to receive early feedback.
Okteto's preview environments are powered by Kubernetes and easily integrate with your favorite source control and CI/CD provider. They work using the Okteto manifest, so are very simple to get started with. You can use Preview Environments with either Okteto Cloud or with Okteto Self-Hosted if you want to run them on your Kubernetes infrastructure.
Prerequisites
Preview environments deploy the code in a pull request to Okteto Cloud or Self-Hosted. You can configure the way your code gets deployed using the Okteto manifest's deploy
section.