diff --git a/packages/ondrej-sika.cz/pages/skoleni/aks/priprava-na-skoleni-en.js b/packages/ondrej-sika.cz/pages/skoleni/aks/priprava-na-skoleni-en.js new file mode 100644 index 00000000..d3158804 --- /dev/null +++ b/packages/ondrej-sika.cz/pages/skoleni/aks/priprava-na-skoleni-en.js @@ -0,0 +1,40 @@ +// dev: http://localhost:3010/skoleni/aks/priprava-na-skoleni-en/ +// prod: https://ondrej-sika.cz/skoleni/aks/priprava-na-skoleni-en/ + +import React from "react"; +import Article from "@app/ondrejsika-theme/layouts/Article"; + +const Page = () => ( +
+

+ If you don't want install anything, I'll have lab + environment prepared for you in Azure. +
+ If you have any question, ask me using via{" "} + ondrej@sika.io. +

+ + } + markdown={` +## My Lab Environment (in Azure) + +No need to install anything, I have prepared lab environment for you in Azure. + +## Local environment + +You can use your local environment. You have to have an Azure Subscription (for test / demo purposes) and installed following tools: + +- Git +- Text Editor (I recommend VS Code) +- Terraform +- \`kubectl\` +- \`helm\` +- \`az\` - Azure CLI +`} + /> +); + +export default Page;