Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopshobbies/packer-tutorial
Create basic image for aws eks cluster with hashicorp packer
https://github.com/devopshobbies/packer-tutorial
aws eks image packer packer-template
Last synced: about 1 month ago
JSON representation
Create basic image for aws eks cluster with hashicorp packer
- Host: GitHub
- URL: https://github.com/devopshobbies/packer-tutorial
- Owner: devopshobbies
- Created: 2022-03-07T19:53:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:36:55.000Z (over 1 year ago)
- Last Synced: 2023-06-10T20:22:52.369Z (over 1 year ago)
- Topics: aws, eks, image, packer, packer-template
- Language: HCL
- Homepage:
- Size: 49.8 KB
- Stars: 35
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packer-tutorial
## Documentation
* Explore the Packer for Packer [CLI](https://www.packer.io/downloads) >= v1.8.0+
## Published articles:
- [Packer Tutorial - Part 1 - Create Basic EKS image on AWS](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part01-aws-eks-basic-image)
- [Packer Tutorial - Part 2 - Create Basic Ubuntu image with Ansible config on AWS](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part02-ubuntu-ansible-config)
- [Packer Tutorial - Part 3 - Create paraller image with to different provider](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part03-parallel-image)
- [Packer Tutorial - Part 4 - Create Vagrant image](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part04-vagrant)
- [Packer Tutorial - Part 5 - Create VirtualBox image](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part05-virtualbox)
- [Packer Tutorial - Part 6 - Create VMware vSphere image](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part06-vmware-vsphere)
- [Packer Tutorial - Part 7 - Create LXC image](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part07-lxc-image)
- [Packer Tutorial - Part 8 - Create Docker image](https://github.com/ahmadalibagheri/packer-tutorial/tree/master/part08-docker)
- [Packer Tutorial - Part 9 - Create Azure image]() InProgress
## Contributions:
All contributions are welcomed. Help me to enrich this repository.
If you find any **bugs** in the examples, please file an issue.
### TODO:
- [ ] Adding Packer Hyper-V
- [ ] Adding Packer Azure
- [ ] Adding Packer Openstack