Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Cluster Provisioning 

  1. Choose your cloud provider (Azure, AWS, GCP or your private)

       Managed Kubernetes Engine:

  1. Choose to go with the cloud provider specific Kubernetes Managed Engine like AKS, EKS, GKE or provision the VMs manually as per the below Cluster requirements requirements.

  2. If AKS, EKS or GKE just follow the Cloud provider specific instruction to create a Kubernetes Cluster (stable version) and with 6 Nodes.

  3. PostGres DB (Incase of AWS, Azure, GCP use the RDS) and have the DB server and the DB Credentials details.

  4. Provision the disk volumes for Kafka, ES-Cluster and ZooKeeper as per the below baselines

      

      Private Cloud - Manually setup Kubernetes Cluster

  1. If private cloud, provision the Linux VMs with any Container Optimised OS (CoreOS, RHEL, Ubuntu, Debian, etc)
    1. Create a VPC or Virtual Private Network
    2. Provision 1 Bastion Host that acts as proxy server to Kubernetes cluster Nodes.
    3. 2 Master Nodes
    4. 6 Worker Nodes.
    5. PostGres DB (Incase of AWS, Azure, GCP use the RDS)

                

              


  • No labels