This site is archived

Posit Connect support for off-host content execution has entered General Availability (GA).
Documentation about off-host execution is now included in the Connect Admin Guide.
The instructions presented here were associated with the off-host execution beta and are now obsolete.

Configuration and Deployment

Using Kubernetes to host Posit Connect service and content execution

Overview

Note

After completing the steps outlined within this document, you should have a Kubernetes cluster which hosts a long-running Posit Connect deployment and in which content containers are executed in response to requests from clients.

Important

It’s important to note that this guide may not be suitable for all environments. In some instances you may need to deviate from the guide. In particular, your organization might have strict requirements about certificate management, storage, or ingress that prevent you from following some of these steps. If this is the case, check out these examples to see if there is one that better matches your requirements.

To use the Remote Execution feature of Posit Connect (in new or existing installations), you will need to perform the following steps:

Important

This guide assumes that the reader has a working knowledge of Kubernetes and the use of Helm Charts.