Coder
This content is not available in your language yet.
This guide demonstrates how to deploy Coder to provide cloud-based VS Code IDE environments for development and coding.
Deploy Coder
Section titled “Deploy Coder”-
Navigate to the Applications Store:
Open your browser and go to:
<url>/scope/<scope-name>/applications/store -
Search and install Coder:
- Search for
code-server(available versions:code-server-goorcode-server-python) - Choose your preferred version (Go for better performance, Python for flexibility)
- Click on the Coder card
- Click the Install button and follow the installation wizard
- Review and confirm the Helm Chart configuration
- Search for
-
Verify the deployment:
Go to the Workloads page:
<url>/scope/<scope-name>/applications/workloads- Use the Namespace filter to find the deployment
- Search for
coderorcode-serverto locate the deployed Coder workload - Verify that the workload status shows as running
-
Access Coder VS Code IDE:
- In the Workloads list, locate the Coder workload
- Click on the NodePort link to open VS Code in your browser
Initial Setup
Section titled “Initial Setup”Once Coder is deployed and running:
- Access the VS Code IDE through the NodePort link in your browser
- You’ll see the VS Code interface with a file explorer and terminal
- Start creating or editing files directly in the browser-based editor
- Use the integrated terminal for running commands and development tasks
Next Steps
Section titled “Next Steps”Explore other demo applications to enhance your infrastructure:
PostgreSQL Demo Learn how to deploy PostgreSQL database and test read/write operations with Python.
LLM Model Demo Learn how to deploy and configure language model applications.