Kubernetes is now available for D4M Edge (#5672)

This commit is contained in:
Misty Stanley-Jones 2018-01-05 20:35:43 -08:00 committed by GitHub
parent 0f20c07b28
commit 587fedc9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 10 deletions

View File

@ -297,18 +297,20 @@ choose to discard or not apply changes when asked.
### Kubernetes
**Kubernetes is only available in Docker for Mac 17.12 CE Edge to participants in the [Docker Beta program](https://beta.docker.com/). To access beta builds, you must be signed in with your Docker ID within Docker for Mac: select ![whale menu](/docker-for-mac/images/whale-x.png){: .inline} -> Sign in / Create Docker ID from the menu bar.**
**Kubernetes is only available in Docker for Mac 17.12 CE Edge.** Kubernetes
support is not included in Docker for Mac 17.12 CE Stable. To find out
more about Stable and Edge channels and how to switch between them, see
[General configuration](/docker-for-mac/#general).
If you are participating in the Docker beta program, you can access Docker for
Mac 17.12 CE Edge, which includes a standalone Kubernetes server that runs on
your Mac, so that you can test deploying your Docker workloads on Kubernetes.
Docker for Mac 17.12 CE Edge includes a standalone Kubernetes server that runs
on your Mac, so that you can test deploying your Docker workloads on Kubernetes.
The Kubernetes client command, `kubectl`, is included and configured to connect
to the local Kubernetes server. If you have `kubectl` already installed and
pointing to some other environment, such as `minikube` or a GKE cluster, be sure
to change context so that `kubectl` is pointing to `docker-for-desktop`:
```
```bash
kubectl config get-contexts
kubectl config use-context docker-for-desktop
```

View File

@ -4,12 +4,14 @@ keywords: mac, edge, kubernetes, kubectl, orchestration
title: Deploy to Kubernetes
---
**Kubernetes is only available in Docker for Mac 17.12 CE Edge to participants in the [Docker Beta program](https://beta.docker.com/). To access beta builds, you must be signed in with your Docker ID within Docker for Mac: select ![whale menu](/docker-for-mac/images/whale-x.png){: .inline} -> Sign in / Create Docker ID from the menu bar.**
**Kubernetes is only available in Docker for Mac 17.12 CE Edge.** Kubernetes
support is not included in Docker for Mac 17.12 CE Stable. To find out
more about Stable and Edge channels and how to switch between them, see
[General configuration](/docker-for-mac/#general).
If you are part of the Docker Beta program, Docker for Mac 17.12 CE Edge
includes a standalone Kubernetes server and client, as well as Docker CLI
integration. The Kubernetes server runs locally within your Docker instance, is
not configurable, and is a single-node cluster.
Docker for Mac 17.12 CE Edge includes a standalone Kubernetes server and client,
as well as Docker CLI integration. The Kubernetes server runs locally within
your Docker instance, is not configurable, and is a single-node cluster.
The Kubernetes server runs within a Docker container on your Mac, and is only
for local testing. When Kubernetes support is enabled, you can deploy your