Skip to content

Commit befcaf0

Browse files
aevesdockerdvdksn
andauthored
Desktop 4.51: Kubernetes updates (#23699)
<!--Delete sections as needed --> ## Description Kubernetes moving out of settings. Very little new information, just moves things about for a better layout and adds a bit on the new view. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: David Karlsson <[email protected]>
1 parent f5ba94f commit befcaf0

File tree

32 files changed

+106
-139
lines changed

32 files changed

+106
-139
lines changed

content/guides/angular/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Learn how to deploy locally to test and debug your Kubernetes deplo
1111

1212
Before you begin, make sure you’ve completed the following:
1313
- Complete all the previous sections of this guide, starting with [Containerize Angular application](containerize.md).
14-
- [Enable Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
14+
- [Enable Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1515

1616
> **New to Kubernetes?**
1717
> Visit the [Kubernetes basics tutorial](https://kubernetes.io/docs/tutorials/kubernetes-basics/) to get familiar with how clusters, pods, deployments, and services work.
@@ -195,7 +195,7 @@ What you accomplished:
195195
Explore official references and best practices to sharpen your Kubernetes deployment workflow:
196196

197197
- [Kubernetes documentation](https://kubernetes.io/docs/home/) – Learn about core concepts, workloads, services, and more.
198-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md) – Use Docker Desktop’s built-in Kubernetes support for local testing and development.
198+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md) – Use Docker Desktop’s built-in Kubernetes support for local testing and development.
199199
- [`kubectl` CLI reference](https://kubernetes.io/docs/reference/kubectl/) – Manage Kubernetes clusters from the command line.
200200
- [Kubernetes Deployment resource](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) – Understand how to manage and scale applications using Deployments.
201201
- [Kubernetes Service resource](https://kubernetes.io/docs/concepts/services-networking/service/) – Learn how to expose your application to internal and external traffic.

content/guides/bun/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
## Prerequisites
1212

1313
- Complete all the previous sections of this guide, starting with [Containerize a Bun application](containerize.md).
14-
- [Turn on Kubernetes](/manuals//desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
14+
- [Turn on Kubernetes](/manuals//desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1515

1616
## Overview
1717

@@ -137,5 +137,5 @@ In this section, you learned how to use Docker Desktop to deploy your Bun applic
137137

138138
Related information:
139139
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
140-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
140+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
141141
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/cpp/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

1414
- Complete all the previous sections of this guide, starting with [Containerize a C++ application](containerize.md).
15-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
15+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1616

1717
## Overview
1818

@@ -139,5 +139,5 @@ In this section, you learned how to use Docker Desktop to deploy your C++ applic
139139
Related information:
140140

141141
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
142-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
142+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
143143
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/deno/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
## Prerequisites
1212

1313
- Complete all the previous sections of this guide, starting with [Containerize a Deno application](containerize.md).
14-
- [Turn on Kubernetes](/manuals//desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
14+
- [Turn on Kubernetes](/manuals//desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1515

1616
## Overview
1717

@@ -137,5 +137,5 @@ In this section, you learned how to use Docker Desktop to deploy your Deno appli
137137

138138
Related information:
139139
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
140-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
140+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
141141
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/dotnet/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
- Complete all the previous sections of this guide, starting with [Containerize
1515
a .NET application](containerize.md).
16-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
16+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker
1717
Desktop.
1818

1919
## Overview
@@ -220,5 +220,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
220220
Related information:
221221

222222
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
223-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
223+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
224224
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/golang/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
- Complete all the previous sections of this guide, starting with [Build
1515
your Go image](build-images.md).
16-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
16+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker
1717
Desktop.
1818

1919
## Overview
@@ -245,5 +245,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
245245
Related information:
246246

247247
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
248-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
248+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
249249
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/java/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

1414
- Complete all the previous sections of this guide, starting with [Containerize your app](containerize.md).
15-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
15+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1616

1717
## Overview
1818

@@ -151,5 +151,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
151151
Related information:
152152

153153
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
154-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
154+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
155155
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/nodejs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

1414
- Complete all the previous sections of this guide, starting with [Containerize a Node.js application](containerize.md).
15-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
15+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1616

1717
## Overview
1818

@@ -139,5 +139,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
139139
Related information:
140140

141141
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
142-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
142+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
143143
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/php/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
- Complete all the previous sections of this guide, starting with [Containerize
1515
a PHP application](containerize.md).
16-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker
16+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker
1717
Desktop.
1818

1919
## Overview
@@ -142,5 +142,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
142142
Related information:
143143

144144
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
145-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
145+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
146146
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

content/guides/python/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

1414
- Complete all the previous sections of this guide, starting with [Use containers for Python development](develop.md).
15-
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
15+
- [Turn on Kubernetes](/manuals/desktop/use-desktop/kubernetes.md#enable-kubernetes) in Docker Desktop.
1616

1717
## Overview
1818

@@ -256,5 +256,5 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
256256
Related information:
257257

258258
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
259-
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/features/kubernetes.md)
259+
- [Deploy on Kubernetes with Docker Desktop](/manuals/desktop/use-desktop/kubernetes.md)
260260
- [Swarm mode overview](/manuals/engine/swarm/_index.md)

0 commit comments

Comments
 (0)