This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: StatefulSet | |
metadata: | |
name: ubuntu | |
spec: | |
serviceName: "ubuntu" | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: ubuntu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-Alias k kubectl | |
New-Alias grep Select-String | |
New-Alias cat Get-Content | |
New-Alias touch New-Item | |
Set-Alias -Name d docker | |
Set-Alias -Name dc docker-compose |