Set up a Kubernetes cluster with AWS for running
TIBCO BusinessEvents® application.
Procedure
Creating Cluster
Create an Amazon Simple Storage Service (Amazon S3) storage to store the cluster configuration and state. You can use either AWS CLI or AWS console to create the storage.
s3-bucket-name is the name of the S3 storage created earlier.
becluster.k8s.local is the name of the cluster being created. Use
k8s.local prefix to identify a gossip-based Kubernetes cluster and you can skip the DNS configuration.
Validating Cluster
Validate your cluster using the
validate command.
kops validate cluster
Node and master must be in ready state. The
kops utility stores the connection information at
~/.kops/config, and
kubectl uses the connection information to connect to the cluster.