If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Please Subscribe</title> | |
| </head> | |
| <body> | |
| <script> | |
| // File name and contents |
| /* 3rd party libraries */ | |
| import { NgModule, Optional, SkipSelf } from '@angular/core'; | |
| import { CommonModule } from '@angular/common'; | |
| import { HttpClientModule } from '@angular/common/http'; | |
| /* our own custom services */ | |
| import { SomeSingletonService } from './some-singleton/some-singleton.service'; | |
| @NgModule({ | |
| imports: [ |
If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.
| # brew install nginx | |
| sudo ln -s /usr/local/opt/nginx/homebrew.mxcl.nginx.plist /Library/LaunchDaemons/ | |
| sudo chown root:wheel /usr/local/opt/nginx/homebrew.mxcl.nginx.plist | |
| sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.nginx.plist | |
| # Why do you need sudo? | |
| # If you want nginx to be able to bind to port 80, it will need superuser privileges |
| [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile | |
| [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
| export NVM_DIR="$HOME/.nvm" | |
| . "$(brew --prefix nvm)/nvm.sh" | |
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases |
Make sure these boxes are checked before submitting/approving the PR