From 9589931d2774ad4af734fce5842713b802fa4b5e Mon Sep 17 00:00:00 2001 From: githubERIK <8700908+githubERIK@users.noreply.github.com> Date: Wed, 18 Jan 2023 00:32:58 +0200 Subject: [PATCH] Show k8s & swarm links in similar way (#16535) Avoid showing k8s link as a button but swarm link as a regular link that is less visible. --- get-started/orchestration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/get-started/orchestration.md b/get-started/orchestration.md index aa48ff1ea6..f96ce9ecd4 100644 --- a/get-started/orchestration.md +++ b/get-started/orchestration.md @@ -315,11 +315,10 @@ Docker Desktop runs primarily on Docker Engine, which has everything you need to ## Conclusion -At this point, you've confirmed that you can run simple containerized workloads in Kubernetes and Swarm. The next step will be to write the Kubernetes yaml that describes how to run and manage these containers on Kubernetes. +At this point, you've confirmed that you can run simple containerized workloads in Kubernetes and Swarm. The next step will be to write a YAML file that describes how to run and manage these containers. -[On to deploying to Kubernetes >>](kube-deploy.md){: class="button primary-btn" style="margin-bottom: 30px; margin-right: 200%"} - -To learn how to write the stack file to help you run and manage containers on Swarm, see [Deploying to Swarm](swarm-deploy.md). +- [Deploy to Kubernetes](kube-deploy.md) +- [Deploy to Swarm](swarm-deploy.md) ## CLI references