Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyam1814 authored Sep 2, 2024
1 parent 5ffaad3 commit 148b769
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
This repo is for the video below
[![Conplete DevOps Project](https://img.youtube.com/vi/kCWAwXFnYic/0.jpg)](https://www.youtube.com/watch?v=kCWAwXFnYic)

# Running Locally
## Initialising for base image
bsf init
```
bsf init
```
## Building OCI artifact using bsf and ko
```
bsf oci pkgs --platform=linux/amd64 --tag=prod-v1 --push --dest-creds {Dockerhub username}:{dockerhub password}
Expand Down Expand Up @@ -29,13 +34,13 @@ docker run -d \
```

## Cluster creatiom
ksctl create-cluster azure --name=application --version=1.29
```ksctl create-cluster azure --name=application --version=1.29```

## Switching the KubeConfig file
ksctl switch-cluster --provider azure --region eastus --name devops-project
```ksctl switch-cluster --provider azure --region eastus --name devops-project```

## Exporting Kubeconfig
export KUBECONFIG="/Users/saiyam/.ksctl/kubeconfig"
```export KUBECONFIG="/Users/saiyam/.ksctl/kubeconfig"```

## Installing basic componenets cert manager, nginx fabric for gateway API, Prometheus. for monitoring and Grafana for visualization.
### Cert manager
Expand All @@ -46,7 +51,7 @@ Edit cert-manager deployment
```
- --enable-gateway-api
```
`kubectl rollout restart deployment cert-manager -n cert-manager`
```kubectl rollout restart deployment cert-manager -n cert-manager```

### Install Kube prometheus stack
```
Expand Down

0 comments on commit 148b769

Please sign in to comment.