Kubernetes
Install
Prerequisites
- Bash v5+ checkout Upgrading Bash on macOS
- bash-completion@2
AWSTemplateFormatVersion: "2010-09-09" | |
Description: >- | |
EKS for us-east-1 with Kubernetes Object deployment support. | |
Resources: | |
##### START VPC RESOURCES ##### | |
VPC: | |
Type: AWS::EC2::VPC | |
Properties: | |
CidrBlock: 10.0.0.0/16 | |
InstanceTenancy: default |
import java.time.*; | |
import java.time.format.DateTimeFormatter; | |
import java.time.format.FormatStyle; | |
import java.time.temporal.ChronoUnit; | |
import java.time.temporal.TemporalAdjusters; | |
import java.util.*; | |
import static java.time.temporal.TemporalAdjusters.*; | |
public class Java8DateTimeExamples { |
start new:
tmux
start new with session name:
tmux new -s myname