May 2023 Summaries
2 posts from Coder
Filter
Month:
Year:
Post Summaries
Back to Blog
A Meetup is being hosted at the Austin Office on September 24th, 2024. Those interested in attending or speaking should express their interest. In Coder, templates help maintain consistency across developers' workspaces. Updating an existing template can be done locally and then pushed to the Coder server using various methods such as the Coder CLI, CI/CD, or third-party actions like Update Coder Template from GitHub marketplace. These updates ensure that all users have access to the latest version of templates.
May 25, 2023
495 words in the original blog post.
Coder, an online development environment platform, can be deployed on a Kubernetes cluster via the K3s distribution. The deployment involves several steps, including setting up the Kubernetes cluster, installing Coder using Helm, and configuring reverse-proxy solutions such as NGINX or Apache HTTP to manage SSL/TLS certificates and route traffic to the Coder service. The process requires careful planning and configuration to ensure a secure and efficient development environment.
May 23, 2023
1,599 words in the original blog post.