Need to create EC2 Instance into k8's Node's

Hi @all, I have ec2 instance in there it has run my applications, I need to concert ec2 instances into k8’s nodes, need help.

You’d probably be better off using managed Kubernetes on AWS such as EKS.

Thanks for you update, yeah sure, I have use it, but if there any possible to convert ec2 instance.

You can’t just convert your node to Kubernetes and have your applications then running in Kubernetes. First step is to create a new Kubernetes cluster. Then migrate your applications to containers, then create the manifests to deploy your workload onto your Kubernetes cluster.

Thanks for your update @al1