Skip to content

Commit

Permalink
Update Replication_Controller.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek08 authored Dec 20, 2020
1 parent e50ead3 commit dd6ec13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Replication_Controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ spec: // Specfication contain 2 things 1. Replicas and 2. Pods (Template)
ports:
- containerPort: 80
```

### Commands

1. Command to create the replication controller
```sh

kubectl create -f name_of_replication_menifest_file.yml

```

0 comments on commit dd6ec13

Please sign in to comment.