- Видео 5
- Просмотров 3 661
Davis Devops
Кения
Добавлен 23 июл 2023
I am here to help people learn devops and used past experience to unstuck the stuck.
Medium: medium.com/@davis.angwenyi
LinkedIn: www.linkedin.com/in/davisangwenyi/
Medium: medium.com/@davis.angwenyi
LinkedIn: www.linkedin.com/in/davisangwenyi/
How to Deploy a Private EC2 Instance in AWS using Terraform | Infrastructure as Code Tutorial-PART 1
Learn how to deploy a secure, private EC2 instance in AWS using Infrastructure as Code with Terraform! In this comprehensive tutorial, we'll walk through:
🔒 Setting up a VPC with private subnets
🛠️ Configuring security groups and network ACLs
🚀 Launching an EC2 instance in a private subnet
🔑 Managing SSH access securely
🔒 Setting up a VPC with private subnets
🛠️ Configuring security groups and network ACLs
🚀 Launching an EC2 instance in a private subnet
🔑 Managing SSH access securely
Просмотров: 83
Видео
AWS VPN Tutorial: From Certificate Generation to Client Connection | Part 2
Просмотров 2721 день назад
Continue our AWS infrastructure journey! In Part 2, we'll create a secure VPN connection to our private EC2 instance using EasyRSA 3 and AWS Client VPN. Follow along as we: 🔐 Generate certificates using EasyRSA 3 📤 Upload certificates to AWS Certificate Manager 🌐 Configure AWS Client VPN Endpoint 📝 Set up VPN routing and security 📱 Connect using AWS VPN Client
How to install Grafana Loki (Promtail, Loki and Grafana) using Helm
Просмотров 1,2 тыс.5 месяцев назад
In this tutorial, I will guide you through the step-by-step process of installing Grafana Loki, along with Promtail and Grafana, using Helm. Grafana Loki is a powerful, open-source logging system that integrates seamlessly with Grafana for log aggregation and monitoring. By the end of this video, you'll have a fully functional logging setup. In this video, you will learn: How to install Helm an...
How to install Elastic Stack (Filebeat Logstash, Elastic search and Kibana) using Helm
Просмотров 2,3 тыс.7 месяцев назад
Welcome to our detailed tutorial on how to deploy the Elastic Stack, including Filebeat, Logstash, Elasticsearch, and Kibana, using Helm on Kubernetes! This step-by-step guide is designed for DevOps engineers, system administrators, and developers who want to streamline their log management and analysis processes. Medium Link medium.com/@davis.angwenyi/how-to-install-elastic-search-using-helm-i...
How to cut cost in AWS resources using AWS Scheduler
Просмотров 10611 месяцев назад
How to set up AWS Instance Scheduler to your AWS cost for resources that are used intermittently. Template Link= s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/instance-scheduler.template
do we can use oci storage here
Cool stuff
Great video. But I tried deploying several times to a local kubernetes cluster and always get the following error from elasticsearch: master not discovered yet, this node has not previously joined a bootstrapped cluster, and this node must discover master-eligible nodes [elasticsearch-master-0, elasticsearch-master-1, elasticsearch-master-2] to bootstrap a cluster, Anything else that needs to be done to get this to work?
To enable Elasticsearch to locate other master nodes, you generally need to configure the "discovery.seed_hosts setting."
thank you so much! I've been trying almost every tutorial on youtube and it did finally work! :)
hi bro, I am getting error while running helm install loki grafana/loki -n grafana , error : chart.yaml is missing Note : I am already using loki 2.9.0 version installed using helm grafana/loki-stack chart I want to update loki to version 3.2.0
First run helm repo update grafana then helm upgrade loki grafana/loki-stack -n grafana--set loki.image.tag=3.2.0 to update your loki
Hi Bro can you help me how to troubleshoot this error "Unable to connect with Loki. Please check the server logs for more details." while adding data source in Grafana
Which Loki architecture did you use? And are all the Loki pods up and running?
Hey, Davis...this looks cool, thank you!
For filebeat, do we change the output for the Deployment as well, or just the Daemonset as shown in the video?
They both work the same in managing pods. But since filebeat is running as an agent, go with daemonset.
Great tutorial and helped me get this up and running. One thing that I needed to add was a StoageClass/PV for elasticsearch. Not sure if you had that already deployed though
Depends where you are deploying. If it bare metal k8s. You will have to provision a volume. Elastic will auto create a PVC for you. If it’s cloud all this will be done automatically.
hello, same issue hier . how did you named your pv and storage class