Skip to content

Conversation

@haraphat01
Copy link

I did the followings.

  1. Read about Kubernetes and its components.
  2. Installed kubectl and minikube by following the installation guides provided in the Kubernetes documentation.
  3. Deployed your application in the minikube cluster using the kubectl create command to create a Deployment.
  4. Made your application accessible from outside the Kubernetes virtual network by creating a Service using the kubectl create command.
  5. Created a k8s folder in your repository and a README.md report inside it.
  6. Obtained the output of the kubectl get pods and kubectl get svc commands and included them in the README.md report.
  7. Cleaned up by removing the deployment and service using the kubectl delete command.
  8. Learned about managing your application using configuration files and created a deployment.yml manifest file to define the desired state of your deployment.
  9. Created a service.yml manifest file to define the Service for your application.
  10. Added a screenshot to the README.md file in the k8s folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant