In this post we see how to install Portainer in a Kubernetes custom cluster.
To do this we use AWS EC2 to create our self-made Kubernetes cluster. Then we have to create first a local storage class provisioner through sig-storage-local-static-provisioner, because Portainer requires data persistence, as specified in its documentation.
Tag: kubernetes
Categories
Apache OpenWhisk hello world
In this post we see how to deploy Apache OpenWhisk, an open source serverless platform, and how to create an example of hello world action.
In the previous examples we used Kubernetes with Docker Desktop for an application composed of Node.js microservices and a Redis database.
In this post we see a simple example about how we can create our Kubernetes cluster with three CentOS 8 virtual machines provided by Amazon AWS EC2.