Skip to content

Minor correction required in Readme.MD to deploy the pods on k8s #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mineshb opened this issue Sep 29, 2024 · 1 comment
Open

Comments

@mineshb
Copy link

mineshb commented Sep 29, 2024

  1. You might want to fix below 2 commands, as there are no yaml files but instead it should point to just the directories.
  2. There are 2 directories: infra and infrastructure inside k8s. It seems "infra" might be the correct one, but you can delete 1 of them to avoid any confusion.

Deploy the infrastructure
Run the k8s/manisfests/infrastructure.yaml file to deploy the infrastructure

kubectl apply -f k8s/manifests/infrastructure.yaml

Deploy the services
Run the k8s/manifests/applications.yaml file to deploy the services

kubectl apply -f k8s/manifests/applications.yaml

@geek070
Copy link

geek070 commented Dec 15, 2024

  1. You might want to fix below 2 commands, as there are no yaml files but instead it should point to just the directories.
  2. There are 2 directories: infra and infrastructure inside k8s. It seems "infra" might be the correct one, but you can delete 1 of them to avoid any confusion.

So, instead of

kubectl apply -f k8s/manifests/infrastructure.yaml

it should be
kubectl apply -f k8s/manifests/infra/.yaml
(or "kubectl apply -f '
.yaml'" from infra and applications folders )

right?

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

No branches or pull requests

2 participants