Home > Storage > PowerFlex > White Papers > Amazon Elastic Kubernetes Service Anywhere on Dell PowerFlex > Validating the cluster deployment
The following steps validate the cluster deployment:
kubectl apply -f “https://anywhere.eks.amazonaws.com/manifests/hello-eks-a.yaml”
kubectl get pods -l app=hello-eks-a
kubectl port-forward deploy/hello-eks-a 8000:80
curl localhost:8000