Skip to content

speedingplanet/kubernetes-class

Repository files navigation

Kubernetes Class

VS Code

Consider adding .vscode/settings.json to the project root with the following config:

{
	"vs-kubernetes": {
		// Not using Helm in class, so the warning for this is unneccessary
		"vs-kubernetes.suppress-helm-not-found-alerts": true,
		"disable-linters": [
			// Disabled because the warning is too noisy
			"resource-limits"
		]
	}
}

Demos

folder-deployment

Demos dploying all the files in a folder.

cd demos/folder-deployment
kubectl apply -f '*.yaml'

The quotes around *.yaml are critical to prevent shell expansion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published