Deploy a Postgres server instance on a local Kubernetes instance and automate DB backups using Kubernetes cronjobs. Docker Desktop will be used to provision the local Kubernetes environment.
Technical details:
Hands-on DevOps process to build and deploy applications on Kubernetes using GitHub, helm, docker, bash scripting.
Create back and restore scripts using bash scripting.
Learn how Docker Desktop can be used to make application development on the cloud easier.
Build and publish custom Docker images with Docker Hub.
Master GitHub by using it as a version control to host all the applications code.
Manage - install, delete, version - applications on Kubernetes with Helm.
Learn basic Postgres commands by creating a table, listing entities and navigating through your Postgres DB instance.
Understand how architectural diagrams are used to easily communicate technical details.
Automate the Postgres backup process using a cronjob which will be deployed on the same Kubernetes instance.
Learn Kubernetes commands to view container logs, troubleshoot deployment issues etc.
Restore the backup manually by running bash script.
At the end of each section you will be quizzed on the concepts which were introduced to reinforce what you learned. Ultimately, after completing this course, you would be able to architect and deploy modern applications on Kubernetes and automate various workflows.