Difference between revisions of "NGINX Ingress on IONOS"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Pre Installation Process == | == Pre Installation Process == | ||
The cluster is consist of two Virtual Private Cloud server, listed below | |||
# Master Node, 2vCPU with 2GB of RAM and 60GB of Storage Space | |||
# Worker Node, 1vCPU with 1GB of RAM and 30GB of Storage Space | |||
For best practices, all above server is accessible using public/private key and acessed using normal user. | |||
== Master Plane Installation == | == Master Plane Installation == | ||
== Worker Plane Installation == | == Worker Plane Installation == | ||
== Kubernetes Deployemnt == | == Kubernetes Deployemnt == |
Revision as of 15:13, 31 August 2021
Foreword and Goals
This page documentation purpose is to documented the process of learning how to expose kubernetes application on IONOS platform into internet accessible application using NGINX Ingress. Hopefully that we can understand how to handle such requirement and that we can established common process on every cloud platform.
Pre Installation Process
The cluster is consist of two Virtual Private Cloud server, listed below
- Master Node, 2vCPU with 2GB of RAM and 60GB of Storage Space
- Worker Node, 1vCPU with 1GB of RAM and 30GB of Storage Space
For best practices, all above server is accessible using public/private key and acessed using normal user.