Replies: 1 comment 5 replies
-
Yes it's possible. You will just have to move all the container images to your internal registry and update the references in the deployment. I haven't used it but I'm aware off folks doing relocation with - https://carvel.dev/imgpkg/ There are probably other tools as well |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Knative community,
I have a requirement to deploy a Knative-based solution in an environment without internet access. The client's infrastructure is isolated from the internet for security reasons. However, we want to leverage the capabilities and benefits offered by Knative.
Is it possible to run a Knative-based solution offline, without requiring internet connectivity? Specifically, we would like to know if we can deploy Knative services, use eventing, and manage scaling and autoscaling without internet access. Our focus is on maintaining the functionality and benefits of Knative within the confined network environment.
If running Knative offline is possible, what are the potential considerations, challenges, or limitations we need to be aware of? Are there any alternative approaches or configurations we should consider for a self-contained Knative deployment?
Thank you in advance for any insights, recommendations, or guidance you can provide!
Beta Was this translation helpful? Give feedback.
All reactions