Skip to content

Commit

Permalink
Update 08-Cluster-Networking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tej-Singh-Rana committed Aug 30, 2020
1 parent 25c8e68 commit e3feccc
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/09-Networking/08-Cluster-Networking.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# Pre-requisite Cluster Networking

Take me to [Lecture](https://kodekloud.com/courses/539883/lectures/9808288)
- Take me to [Lecture](https://kodekloud.com/courses/539883/lectures/9808288)


## IP and Hostname

- To view the hostname

```
$ hostname
```

- To view the IP addr of the system

```
$ ip a
```


## Set the hostname

```
$ hostnamectl set-hostname <host-name>
$ exec bash
```

## View the Listening Ports of the system

```
$ netstat -nltp
```



#### References Docs

- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#check-required-ports

0 comments on commit e3feccc

Please sign in to comment.