To make our code available in the cloud and publicly accessible, we need to set up a working production cluster, which requires two steps:
- Create the EKS cluster in AWS cloud (this enables you to run the kubectl commands that operate in this cloud cluster).
- Deploy your services, using a set of .yaml files, as we've seen in previous chapters. The files require minimal changes to adapt them to the cloud.
Let's check the first step.