Developing with Kubernetes
Posted by Jack McKew on Fri 20 November 2020 in Software • Tagged with software • 5 min read
Following on with previous posts on this blog. This post will be going through how to develop & later on deploy our fibonacci application we previously built in a multi-container context. To reiterate we will be using the following technologies:
| Technology | Use |
|---|---|
| Docker | Docker will be used to containerization of the … |
Continue reading