I'am a Reliability Engineer
I love programming, researching new technologies and share knowledge with my team and friends.
I'am a Reliability Engineer
I love programming, researching new technologies and share knowledge with my team and friends.
```shell
kubectl run [pod-name] -i --tty -n [namespace] --image [image] --image-pull-policy='IfNotPresent' --restart='Never' --rm -- [commands]
```
# Semantic Commit Messages
See how a minor change to your commit message style can make you a better programmer.
Format: `<type>(<scope>): <subject>`
`<scope>` is optional