Management solutions like Plesk or Cpanel for Golang?

agolangf · · 1036 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Our company creates websites and web applications. My boss assigned me a task to find a solution for Golang projects like Plesk or Cpanel. Currently our company are using php. We have dedicated servers and we use Plesk. I wonder how we can find a solution like Plesk for Golang projects?</p> <hr/>**评论:**<br/><br/>SeerUD: <pre><p>I don&#39;t know of any Gophers (or in fact, anybody who deals with many other languages nowadays other than PHP) that use anything like CPanel or Plesk. They&#39;re a bit of a relic these days.</p> <p>You might want to look into things like containerisation via solutions like Docker, and then look into how you can deploy containers to your infrastructure with something like Docker Swarm, Kubernetes, or Rancher, for example.</p> <p>For some of the other functions that Plesk / CPanel provide, you may want to look into alternative solutions that specifically handle the tasks you have in mind, or for things like DNS management, maybe let someone like Amazon take care of it for you. Route53 is excellent, and along with a bunch of other services you have in AWS (or even in other providers&#39; suites, such as Google&#39;s Cloud Platform) you&#39;ll have a control panel to manage these things with.</p></pre>b4ux1t3: <pre><p>To be more accurate, you likely don&#39;t see a lot of <em>greenfield</em> projects that use things like CPanel. I know for a fact that many older projects still use CPanel.</p> <p>I, for one, am kinda glad that these janky dashboards are being phased out, but it would surprise me if there weren&#39;t at least a few of them out there for Go applications. I haven&#39;t been able to find one with a quick Google search, though. </p></pre>tv64738: <pre><p>Go is just a language. Do you have a Plesk equivalent for C++?</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1036 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传