- Learn why container orchestration is important.
- Learn Kubernetes.
Here are the list of learning resources for this task.
| Topic | Resource |
|---|---|
| What is Kubernetes | Link to this resource |
| Learn Kubernetes | Link to this resource |
| Kubernetes Tutorial | Link to this resource |
- You'll need a new repo to host all the kuberetes configuration files. Create a new repo called
kuberneteson your GitHub.
- Check this tutorial to run Kubernetes locally via minikube.
- Check this tutorial and deploy PostgreSQL on your Kubernetes Cluster
- Test if PostgreSQL is working properly.
- Push your kubernetes
yamlorjsonfiles to your new GitHub repo.