-
| Is it possible to run multiple instances of code-server on same virtual machine? Other than port conflict that can be mitigated by using different port for each instance, do you see any other issues? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            bpmct
          
      
      
        Sep 15, 2020 
      
    
    Replies: 1 comment
-
| Yes - totally possible! Like you said, you can just run a different port for each instance. You can also specify different config files for each instance as well. If you are looking to do something more robust like running code-server instances on K8s, docs for that are also being worked on (#2048, #2003). | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        bpmct
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Yes - totally possible! Like you said, you can just run a different port for each instance. You can also specify different config files for each instance as well.
If you are looking to do something more robust like running code-server instances on K8s, docs for that are also being worked on (#2048, #2003).