|
3986 | 3986 | </label> |
3987 | 3987 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
3988 | 3988 |
|
| 3989 | + <li class="md-nav__item"> |
| 3990 | + <a href="#digitalocean" class="md-nav__link"> |
| 3991 | + <span class="md-ellipsis"> |
| 3992 | + DigitalOcean |
| 3993 | + </span> |
| 3994 | + </a> |
| 3995 | + |
| 3996 | +</li> |
| 3997 | + |
3989 | 3998 | <li class="md-nav__item"> |
3990 | 3999 | <a href="#requirements" class="md-nav__link"> |
3991 | 4000 | <span class="md-ellipsis"> |
|
4755 | 4764 | </label> |
4756 | 4765 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
4757 | 4766 |
|
| 4767 | + <li class="md-nav__item"> |
| 4768 | + <a href="#digitalocean" class="md-nav__link"> |
| 4769 | + <span class="md-ellipsis"> |
| 4770 | + DigitalOcean |
| 4771 | + </span> |
| 4772 | + </a> |
| 4773 | + |
| 4774 | +</li> |
| 4775 | + |
4758 | 4776 | <li class="md-nav__item"> |
4759 | 4777 | <a href="#requirements" class="md-nav__link"> |
4760 | 4778 | <span class="md-ellipsis"> |
|
4843 | 4861 |
|
4844 | 4862 |
|
4845 | 4863 | <h1 id="deploy-abcdesktop-on-digitalocean-with-kubernetes">Deploy abcdesktop on DigitalOcean with Kubernetes</h1> |
| 4864 | +<h2 id="digitalocean">DigitalOcean</h2> |
| 4865 | +<p>DigitalOcean is a powerful and production-ready, cloud platform. <a href="https://m.do.co/c/609a26849792">Sign up and get a $200, 60-day credit to try our products</a> </p> |
4846 | 4866 | <h2 id="requirements">Requirements</h2> |
4847 | 4867 | <ul> |
4848 | 4868 | <li>doctl command line interface <a href="https://docs.digitalocean.com/reference/doctl/how-to/install/">doctl cli</a></li> |
4849 | 4869 | <li>If you <code>doctl</code> command line for your first time, run <code>doctl auth</code> command line for use with your DigitalOcean account using tokens that you generate in the control panel at <a href="https://cloud.digitalocean.com/account/api/tokens">https://cloud.digitalocean.com/account/api/tokens</a>.</li> |
4850 | 4870 | </ul> |
| 4871 | +<p>You can try </p> |
4851 | 4872 | <h2 id="create-a-kubernetes-cluster">Create a kubernetes cluster</h2> |
4852 | 4873 | <p>If you don't have a running kubernetes cluster, run the <code>doctl</code> command line with the <code>kubernetes cluster create</code> </p> |
4853 | 4874 | <pre><code>doctl kubernetes cluster create --node-pool 'auto-scale=true;size=s-4vcpu-8gb;min-nodes=3;max-nodes=5' myabccluster |
|
0 commit comments