Skip to content

Commit d679a02

Browse files
committed
adding logos
1 parent 3efea2b commit d679a02

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

git/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Git
2+
23
https://git-scm.com/
34

5+
![Git Logo](images/git-logo.png?raw=true "Git Logo")
6+
47
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
58

69
Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.

hashicorp/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# HashiCorp
2+
23
http://www.hashicorp.com
34

5+
![Hashicorp Logo](images/hashicorp-logo.png?raw=true "Hashicorp Logo")
6+
47
## About
58
HashiCorp delivers consistent workflows to provision, secure, connect, and run any infrastructure for any application.
69
HashiCorp was founded by Mitchell Hashimoto and Armon Dadgar in 2012 with the goal of revolutionizing datacenter management: application development, delivery, and maintenance. ... IaaS, PaaS, SaaS. ... Our tools manage both physical machines and virtual machines, Windows, and Linux, SaaS ...
@@ -40,8 +43,11 @@ As we move beyond the cloud into Hyperscale computing applications must be desig
4043
[![Kelsey Hightower: 12-Factor Apps and the HashiStack](https://img.youtube.com/vi/NVl9cIiPF80/maxresdefault.jpg)](https://www.youtube.com/watch?v=NVl9cIiPF80)
4144

4245
## Vagrant
46+
4347
https://www.vagrantup.com/
4448

49+
![Vagrant Logo](images/vagrant-logo.png?raw=true "Vagrant Logo")
50+
4551
HashiCorp Vagrant provides the same, easy workflow regardless of your role as a developer, operator, or designer. It leverages a declarative configuration file which describes all your software requirements, packages, operating system configuration, users, and more.
4652

4753
`vagrant up --provision`
@@ -115,8 +121,11 @@ Bringing machine 'user.local.dev' up with 'virtualbox' provider...
115121
```
116122

117123
## Packer
124+
118125
https://www.packer.io
119126

127+
![Packer Logo](images/packer-logo.png?raw=true "Packer Logo")
128+
120129
Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel.
121130

122131
Packer will build a Docker container, use the Shell and Ansible provisioners, Ansible will also connect to Vault to retrieve secrets using a Token.
@@ -150,8 +159,11 @@ Packer uses the HashiCorp Configuration Language - HCL - designed to allow conci
150159
[filename](packer.sh ':include :type=code')
151160

152161
## Terraform
162+
153163
https://www.terraform.io/
154164

165+
![Terraform Logo](images/terraform-logo.png?raw=true "Terraform Logo")
166+
155167
Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON.
156168

157169
### Why Terraform
@@ -254,8 +266,11 @@ can't guarantee that exactly these actions will be performed if
254266
[filename](terraform.sh ':include :type=code')
255267

256268
## Vault
269+
257270
https://www.vaultproject.io/
258271

272+
![Vault Logo](images/vault-logo.png?raw=true "Vault Logo")
273+
259274
Manage Secrets and Protect Sensitive Data.
260275
Secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets and other sensitive data using a UI, CLI, or HTTP API.
261276

@@ -334,8 +349,11 @@ Bringing machine 'user.local.dev' up with 'virtualbox' provider...
334349
[filename](vault.sh ':include :type=code')
335350

336351
## Nomad
352+
337353
https://www.nomadproject.io/
338354

355+
![Nomad Logo](images/nomad-logo.png?raw=true "Nomad Logo")
356+
339357
Nomad is a highly available, distributed, data-center aware cluster and application scheduler designed to support the modern datacenter with support for
340358

341359
[![Introduction to HashiCorp Nomad](https://img.youtube.com/vi/s_Fm9UtL4YU/maxresdefault.jpg)](https://www.youtube.com/watch?v=s_Fm9UtL4YU)
@@ -471,8 +489,11 @@ Some routes are added via Consul, see `hashicorp/consul.sh`
471489
[filename](nomad.sh ':include :type=code')
472490

473491
## Consul
492+
474493
https://www.consul.io/
475494

495+
![Consul Logo](images/consul-logo.png?raw=true "Consul Logo")
496+
476497
Consul is a service networking solution to connect and secure services across any runtime platform and public or private cloud
477498

478499
[![Introduction to HashiCorp Consul](https://img.youtube.com/vi/mxeMdl0KvBI/maxresdefault.jpg)](https://www.youtube.com/watch?v=mxeMdl0KvBI)
@@ -787,8 +808,12 @@ Bringing machine 'user.local.dev' up with 'virtualbox' provider...
787808

788809
## Waypoint
789810

811+
https://www.waypointproject.io/
812+
790813
A consistent developer workflow to build, deploy, and release applications across any platform.
791814

815+
![Waypoint Logo](images/waypoint-logo.png?raw=true "Waypoint Logo")
816+
792817
Waypoint supports
793818
- aws-ec2
794819
- aws-ecs
@@ -1076,6 +1101,10 @@ c97d646ce0ef: Already exists :
10761101

10771102
## Boundary
10781103

1104+
https://www.boundaryproject.io/
1105+
1106+
![Boundary Logo](images/boundary-logo.png?raw=true "Boundary Logo")
1107+
10791108
Boundary is designed to grant access to critical systems using the principle of least privilege, solving challenges organizations encounter when users need to securely access applications and machines. Traditional products that grant access to systems are cumbersome, painful to maintain, or are black boxes lacking extensible APIs. Boundary allows authenticated and authorized users to access secure systems in private networks without granting access to the larger network where those systems reside.
10801109

10811110
[![Introduction to HashiCorp Boundary](https://img.youtube.com/vi/tUMe7EsXYBQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=tUMe7EsXYBQ)

hashiqube/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Hashiqube
22

3+
![Hashiqube Logo](images/logo-qube.png?raw=true "Hashiqube Logo")
4+
35
This Provider (Basetools) installs some essential tools that Hashiqube provisioners need, this is one of the first provisioners that has to be run. Amongst other it also installs Python and Pip and sets the Message of the Day MOTD.
46

57
```

minikube/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Minikube
2+
3+
https://minikube.sigs.k8s.io/docs/start/
4+
5+
![Minikube Logo](images/minikube-logo.png?raw=true "Minikube Logo")
6+
27
This page shows you how to install Minikube, a tool that runs a single-node Kubernetes cluster in a virtual machine on your personal computer.
38
https://kubernetes.io/docs/tasks/tools/install-minikube/
49
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

0 commit comments

Comments
 (0)