Kitura servers built in Swift are pretty cool, but it’s even cooler to deploy them in the cloud! See how to build a Docker image, then deploy to Kubernetes.
Overall, a very good tutorial. One issue I had…
This command…
helm install --name emojijournal .
…produced this error
Error: release emojijournal failed: namespaces “default” is forbidden: User “system:serviceaccount:kube-system:default” cannot get resource “namespaces” in API group “” in the namespace “default”
In searching StackOverflow, I came across this sequence which corrected this…
Did this per instructions on StackOverflow…of course, I have no idea what this does or is really fixing… Perhaps I made an error elsewhere…
That’s because you don’t have the permission to deploy tiller, add an account for it: