All Projects → okteto → remote-kubernetes

okteto / remote-kubernetes

Licence: Apache-2.0 license
Remote Kubernetes Development in VS Code with Okteto

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to remote-kubernetes

Dotfiles
personal development settings
Stars: ✭ 130 (+100%)
Mutual labels:  development-environment
Meta Environment
A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.
Stars: ✭ 181 (+178.46%)
Mutual labels:  development-environment
nixify
Bootstrap nix-shell environments
Stars: ✭ 25 (-61.54%)
Mutual labels:  development-environment
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+2524.62%)
Mutual labels:  development-environment
Koding
The Simplest Way to Manage Your Entire Dev Infrastructure!
Stars: ✭ 1,945 (+2892.31%)
Mutual labels:  development-environment
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+250.77%)
Mutual labels:  development-environment
Torchbear
🔥🐻 The Speakeasy Scripting Engine Which Combines Speed, Safety, and Simplicity
Stars: ✭ 128 (+96.92%)
Mutual labels:  development-environment
DevCeption
Inception Style (Docker inside Vagrant inside Host) Development Environment
Stars: ✭ 13 (-80%)
Mutual labels:  development-environment
Docker Compose Starter
Run your development environment with a simple command using docker-compose 🚀
Stars: ✭ 159 (+144.62%)
Mutual labels:  development-environment
Devdock
Build php development & production environment based on Docker
Stars: ✭ 242 (+272.31%)
Mutual labels:  development-environment
Homestead improved
A un upgraded fork of the original Laravel Homestead
Stars: ✭ 144 (+121.54%)
Mutual labels:  development-environment
Docker Phoenix
A dockerized Phoenix development and runtime environment.
Stars: ✭ 152 (+133.85%)
Mutual labels:  development-environment
Docker Mastery For Nodejs
Docker Mastery for Node.js Projects, From a Docker Captain
Stars: ✭ 231 (+255.38%)
Mutual labels:  development-environment
Works For Me
Collection of developer toolkits
Stars: ✭ 131 (+101.54%)
Mutual labels:  development-environment
laptop
💻 Handy Dandy macOS Environment Setup
Stars: ✭ 41 (-36.92%)
Mutual labels:  development-environment
Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (+96.92%)
Mutual labels:  development-environment
Baker
👨‍🍳🍞 Quick and easy baking of computing environments.
Stars: ✭ 186 (+186.15%)
Mutual labels:  development-environment
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (-23.08%)
Mutual labels:  development-environment
amet
🐳 Containerized Development Environment
Stars: ✭ 13 (-80%)
Mutual labels:  development-environment
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (+269.23%)
Mutual labels:  development-environment

Remote - Kubernetes

The Remote - Kubernetes extension uses Okteto to move your development environment to Kubernetes.

Kubernetes, Okteto and VS Code make a great development environment because you can:

  • Launch reproducible development environment with all your tools in seconds.
  • Automatically synchronize your code between local and remote environments.
  • Eliminate integration issues by developing the same way code runs in production.
  • Keep using your favorite tools.
  • Forget about building images or redeploying containers to test your changes in Kubernetes.

The extension starts a development environment in your Kubernetes cluster by using https://github.com/okteto/okteto. Once the environment is ready, the extension prompts you to open it directly in VS Code using the Visual Studio Code Remote - SSH extension.

Requirements

  1. VS Code 1.66 or newer.
  2. Deploy access to a Kubernetes cluster (you can use https://cloud.okteto.com/, Okteto's free managed Kubernetes service for developers).
  3. An OpenSSH compatible SSH client.

Installation

  1. Install VS Code and this extension.
  2. Install the Remote - SSH extension.
  3. Download and configure your kubeconfig file.

Getting started

There is a complete tutorial here. The steps can be summarized as follows:

  1. Clone https://github.com/okteto/vscode-remote-go
  2. Start VS Code
  3. Run the Okteto: Up command to launch your development environment in Kubernetes. When prompted, pick the okteto.yml manifest.
  4. After a few seconds, you'll be asked to select a host. Pick the vscode-remote-go.okteto entry from the dialog to launch your remote VS Code instance.
  5. Develop directly in Kubernetes from VS Code!

Questions and Feedback

Got questions? Have feedback?

  1. See the documentation
  2. Request features, upvote existing issues or report a problem.
  3. Contribute to our documentation.
  4. Submit a pull request 😎

Stay in Touch

Join the conversation in Slack! If you don't already have a Kubernetes slack account, sign up here.

You can also reach out to @OktetoHQ on Twitter.

License

Remote - Kubernetes is licensed under the Apache 2.0 License.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].