diff --git a/website/docs/kubernetes/img/tray-icon-on-macos.png b/website/docs/kubernetes/img/tray-icon-on-macos.png new file mode 100644 index 00000000000..b15272e4a0f Binary files /dev/null and b/website/docs/kubernetes/img/tray-icon-on-macos.png differ diff --git a/website/docs/kubernetes/img/tray-icon-on-windows-10.png b/website/docs/kubernetes/img/tray-icon-on-windows-10.png new file mode 100644 index 00000000000..42a49cc1fc5 Binary files /dev/null and b/website/docs/kubernetes/img/tray-icon-on-windows-10.png differ diff --git a/website/docs/kubernetes/img/tray-kubernetes-on-linux.png b/website/docs/kubernetes/img/tray-kubernetes-on-linux.png new file mode 100644 index 00000000000..16c891049ac Binary files /dev/null and b/website/docs/kubernetes/img/tray-kubernetes-on-linux.png differ diff --git a/website/docs/kubernetes/img/tray-kubernetes-on-macos.png b/website/docs/kubernetes/img/tray-kubernetes-on-macos.png new file mode 100644 index 00000000000..03b701517f5 Binary files /dev/null and b/website/docs/kubernetes/img/tray-kubernetes-on-macos.png differ diff --git a/website/docs/kubernetes/img/tray-kubernetes-on-windows-10.png b/website/docs/kubernetes/img/tray-kubernetes-on-windows-10.png new file mode 100644 index 00000000000..65b10c821d0 Binary files /dev/null and b/website/docs/kubernetes/img/tray-kubernetes-on-windows-10.png differ diff --git a/website/docs/kubernetes/img/tray-main-menu-on-linux.png b/website/docs/kubernetes/img/tray-main-menu-on-linux.png new file mode 100644 index 00000000000..70f2dfdc371 Binary files /dev/null and b/website/docs/kubernetes/img/tray-main-menu-on-linux.png differ diff --git a/website/docs/kubernetes/img/tray-main-menu-on-macos.png b/website/docs/kubernetes/img/tray-main-menu-on-macos.png new file mode 100644 index 00000000000..dc675f67a88 Binary files /dev/null and b/website/docs/kubernetes/img/tray-main-menu-on-macos.png differ diff --git a/website/docs/kubernetes/img/tray-main-menu-on-windows-10.png b/website/docs/kubernetes/img/tray-main-menu-on-windows-10.png new file mode 100644 index 00000000000..5d7110b5445 Binary files /dev/null and b/website/docs/kubernetes/img/tray-main-menu-on-windows-10.png differ diff --git a/website/docs/kubernetes/viewing-and-selecting-current-kubernete-context.md b/website/docs/kubernetes/viewing-and-selecting-current-kubernete-context.md new file mode 100644 index 00000000000..785f7674f98 --- /dev/null +++ b/website/docs/kubernetes/viewing-and-selecting-current-kubernete-context.md @@ -0,0 +1,71 @@ +--- +sidebar_position: 10 +title: Kubernetes context +description: Viewing and selecting the current Kubernetes context +keywords: [podman desktop, podman, containers, pods, migrating, kubernetes] +tags: [migrating-to-kubernetes] +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +# Viewing and selecting the current Kubernetes context + +With Podman Desktop, you can view and select your current Kubernetes context. + +#### Prerequisites + +- You have a Kubernetes context in your kubeconfig file: __. + For example, [Creating a kind cluster](kind/creating-a-kind-cluster). + +#### Procedure + +1. Open the **Podman Desktop tray** menu. + + + + + In the task bar, click **Show hidden icons**. + + ![Podman Desktop tray](img/tray-icon-on-windows-10.png) + + Right-click the **Podman Desktop tray** icon to open the menu. + + ![Podman Desktop tray](img/tray-main-menu-on-windows-10.png) + + + + + ![Podman Desktop tray](img/tray-main-menu-on-macos.png) + + + + + ![Podman Desktop tray](img/tray-main-menu-on-linux.png) + + + + + +1. Click **Kubernetes** to see your current Kubernetes context. + + + + + ![Podman Desktop tray](img/tray-kubernetes-on-windows-10.png) + + + + + ![Podman Desktop tray](img/tray-kubernetes-on-macos.png) + + + + + ![Podman Desktop tray](img/tray-kubernetes-on-linux.png) + + + + + +1. (Optionally) To change your Kubernetes context, click on the context name to activate.