Add RestateCloudEnvironment#40
Merged
Merged
Conversation
Working tunnel deployment Working with urls instead of headers srv -> region rename rcc to rce Tunnel client image should be configurable Fix rbac Improve query Avoid cartesian product in join cluster -> environment Support remote proxy in tunnel client pods alpha1 version Bump tunnel client Add remoteProxy to README
pcholakov
approved these changes
Sep 25, 2025
pcholakov
left a comment
Contributor
There was a problem hiding this comment.
Fantastic addition to the operator toolset! Everything I tested worked exactly as expected. 🙌 I left a minor comment about the naming of the tunnel deployments but you'll know better whether this is perhaps a bad idea.
Not part of this PR but it's probably worth documenting how best to roll back and migrate invocations when deploying bugfixes.
Co-authored-by: Pavel Tcholakov <pcholakov@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new CRD gives a way to use RestateDeployment with cloud. It manages tunnel pods inside your cluster so that you can register services running locally in Kubernetes to cloud.
If you want to try it out, an image is published as ghcr.io/restatedev/restate-operator:1.7.6-alpha1 and you can set the rcc tag in the version field of the helm chart values.yaml. Make sure you helm install from this repo or from oci://ghcr.io/restatedev/restate-operator-helm:1.7.6-alpha1:
Then you can create a RestateCloudEnvironment resource - see the README changes in this PR.