RT @vfarcic
To all my friends in Israel:
I'm coming to Tel Aviv for @KubernetesDays Israel and will be there the whole week of March 20. Please DM me if you're interested in hanging out. There's a lot of cool tech in Tel Aviv and I want to learn what you're "cooking".
Although there are a lot of instructions available, I haven't found a straightforward way of deploying a container to Kubernetes cluster that is hosted in a private ECR registry. In this short article, I would like to share a sequence of steps that can be used to perform the deployment. Prerequisites Make sure that the machine that is going to be used to perform the deployment (whether it's your local or most likely CI/CD environment) does have aws-cli installed and configured with proper access key id and secret access key so that it has access to pull an image. More info in the official AWS article. Overview As a good practice, it's always best to deploy a different set of applications in separate namespaces. We would create namespace manually via kubectl create comma...