Attempting to create a step-by-step walkthrough in creating an effiecient CI/CD process utilizing this simple 🐹 app.
Basically focusing on the process and automation of getting source code deployed.
There is minimal emphasis on security 🔒, from setting up a ☸️ cluster to exposing and safely utilizing external services as well as exposing this simple 🐹 application.
Basically the focus is on learning, implementing and understanding the flow/transition of source code to deployment
- You're Comfortable with a command line?
$ su
- You have a Quay account
- 🐳 Docker (>= v18.09) is installed and setup on your 💻 and you know what it is and how to use it
- Some basic ☸️ kubernetes know-how: pods, deployments, services, etc
- You have a github account setup
- You have a quay account setup
Next |
---|
Installing the Client Tools |