AllCode, Amazon Web Services, AWS Partner San Francisco, CA, August 23, 2019 – AllCode announced today that we have been recognized as an Amazon Web Services (AWS) Select Consulting Partner. Since 2016, AllCode has delivered mission-critical solutions on AWS for...
AWS Consulting Partner
AllCode is a certified AWS Consulting Partner. We specialize in deploying secure clustered environments quickly and easily that leverage continuous integration and deployment to enable unit tests, code reviews, and automate deployments.
How to connect to an AWS DocumentDB from a Kubernetes Pod
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...
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...
Managing your AWS Kubernetes Cluster from the Command Line
How to manage AWS Kubernetes clusters on command line AWS Kubernetes can be managed via the command line through the use of a combination of aws-cli, kubectl, and aws-okta. These instructions primarily apply to AWS EKS. To install these command line interfaces on your...