If you're using AWS DocumentDB with Kubernetes and you want to connect to your DocumentDB cluster, you'll first need to configure your AWS and Kubectl command line interfaces. You can learn how to use the AWS CLI and Kubectl here. After you're able to connect to your...
Pod
Pods are the smallest, most basic deployable objects in Kubernetes. A Pod represents a single instance of a running process in your cluster. Pods contain one or more containers, such as Docker containers. When a Pod runs multiple containers, the containers are managed as a single entity and share the Pod’s resources.
Troubleshooting and migrating your secured AWS DocumentDB inside Kubernetes
In this article, we explain a few tools to manage your AWS DocumentDB inside Kubernetes. 1) Launching a MongoDB client pod to connect to AWS DocumentDB Using the following command kubectl run -i --rm --tty mongo-client --image=mvertes/alpine-mongo --restart=Never...
Popular Tags
[st-tag-cloud]