minikube version
minikube start
kubectl version
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
spring.application.name=My First Spring Boot Application |
- Lombok Plugin on Eclipse
- Curl for Windows
- CF CLI
- Follow the instructions on PWS. If you are unable to run installer then,
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
#!/usr/bin/env bash | |
# Create Minikube | |
minikube start \ | |
--memory=4096 --cpus=4 \ | |
--kubernetes-version=v1.14.0 \ | |
--vm-driver=hyperkit \ | |
--bootstrapper=kubeadm \ | |
--extra-config=apiserver.enable-admission-plugins="LimitRanger,NamespaceExists,NamespaceLifecycle,ResourceQuota,ServiceAccount,DefaultStorageClass,MutatingAdmissionWebhook" |
I hereby claim:
- I am yogendra on github.
- I am ryogendra (https://keybase.io/ryogendra) on keybase.
- I have a public key whose fingerprint is D14A C2E3 44A8 8F9F 2854 21F3 019E CB5C DC6D 59B7
To claim this, I am signing this object:
- Ubuntu 18.04+
- Resource Requirements as per PCF Dev
- Machine with 16 GB RAM
- 40 GB Free space
- Virtualization (Virtualbox, libvirt or Hyper-V)
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
Master: | |
AdminUser: user | |
AdminPassword: user | |
InstallPlugins: | |
- kubernetes:1.12.0 | |
- workflow-job:2.23 | |
- workflow-aggregator:2.5 | |
- credentials-binding:1.16 | |
- git:3.9.1 | |
- blueocean:1.7.1 |
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
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
# Matches multiple files with brace expansion notation | |
[*.{js,jsx,html,sass,md}] | |
charset = utf-8 | |
indent_style = space |