This message was deleted.
# rke2
a
This message was deleted.
c
I would probably start by deploying the AWS LoadBalancer controller, if you haven’t already?
b
let me try with this
how do i provide aws credentials for rke2 to use aws services like LoadBalancer ?
c
usually you would create the EC2 instance with an instance profile that has credentials to access the EC2 APIs… or use something like IAM Roles for Service Accounts to give the service account itself access. https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html
b
i was added required tags also
c
yeah you need to tag everything, as discussed in the aws docs
b
yes LoadBalancer service is creating with aws nlb but not able to access to internet ?
the service
c
looks good
b
why i’m not able to access through internet
Hi i created a rke2 cluster in digital ocean cloud and added worker nodes one from aws and one from digital ocean but i'm not able to communicate pod to pod between nodes ?