#devopstips ผลการค้นหา
#DevOpsTips Agent Doron ☠️ completed a #CICD pipeline for 10 tier Ecommerce microservices using Git, Jenkins, Kubernates SonarQube, Prometheus & Grafana on an #AWS infrastructure.
Boost your Azure DevOps workflow: Use @mentions for team alerts, leverage pipeline templates for consistency, and explore Azure DevOps marketplace for tools! #AzureDevOps #DevOpsTips
Too many logs? Too many guesses? Start by shrinking the problem. Less noise = more clarity. #DebuggingTips #DevOpsTips #TheDevOpsDojo
Amazon Aurora is a proprietary relational database offered as a service by #AWS and part of the Amazon Relational Database Service. #DevOpsTips
#DevOpsTips resource "aws_instance" "talon-Kube" { ami = "ami-talon" instance_type = "t2.micro" lifecycle { prevent_destroy = true } } 👉How to prevent unintentional destruction of resources in #Terraform
#DevOpsTips I just published Monitoring AWS EKS Cluster using Prometheus and Grafana medium.com/@talongeeks/mo…
#devopstips #100DaysOfCode #AWSCloud In this twitter thread I've shared some insights about concept of Serverless Architecture: 1-No Server Management: In a traditional server-based approach, you would need to provision, configure & maintain servers to run your applications...
🔐 Kubernetes Secrets: Your Key to Secure Data Management! Kubernetes offers a native solution for safeguarding sensitive info like passwords and SSH keys. Say goodbye to plain text! Secrets encode your data for added security. 1/3 #Kubernetes #Security #devopstips #cka #ckad
"Boost your #DevOps game! * Use Docker Hub to streamline image management * Leverage Kubernetes for scalable deployments * Automate testing with Jenkins * Monitor performance with Prometheus #DevOpsTips #CloudNative #AgileDevelopment"
Are you a DevOps professional or an aspiring one? Get ready to expand your DevOps network! Join us for an inspiring Twitter space session next Friday, June 30th at 8pm WAT. #DevOpsTips #DevOpsTwitterSpace
🔧 Pro Tip: Combine with --tail for just the recent logs! #Docker #DevOpsTips #ToolTalkTuesday #Edureka #RidiculouslyCommitted #TeamEdureka #LearnWithEdureka #Upskilling #Onlinelearning #Onlinecertification #EdurekaCourses
#devopstips #AWSCloud #100daysofcodechallenge Today I am starting with very basic insights on AWS Lambda. In next few tweets I will delve l'll bit deep into the concepts of Lambda & will share how you can create your own Lambda functions 1. What is AWS Lambda? - AWS Lambda is…
🚀 Keep Your Code in Check with Git! 🔄 Commit often, describe your changes, branch wisely, and stay synced. Let's Git it right! 💡 #devopstips #devops #versioncontrol #versioncontroltips #commit #informationtech #CreativeMindsSolutions
Timely automating & testing of infra changes is key to successful DevOps. Don't wait for new features to roll out - automate & test continuously! #DevOpstips
I will be speaking in the upcoming Twitter space on the topic, "Growing your DevOps Networks" If you are a DevOps professional, or aspiring one, or you want to know how you can grow your network in the tech industry... See thread👇 #DevOpsTips #DevOps #DevOpsTwitterSpace
Don't underestimate the importance of robust dev op tooling. Keep your process efficient and automated, and reap the rewards of greater productivity and lower costs. #DevOpsTips
Pixee’s Brian Doyal will be at #DevOpsDays Chattanooga on Nov 15th, sharing how to build a data pipeline for $1/day!⚙️✨ Join to hear Brian's insights from building a serverless data pipeline using AWS Glue, Redshift & QuickSight See you in Chattanooga!👋 #DevOps #DevOpsTips
API rate limits are getting trickier to manage, with adaptive pricing & dynamic thresholds on the rise. Stay ahead of this curve with PinguProxy's intelligent proxy rotation - a must-have for scalable API integration #DevOpsTips #APIMgmt
Are you deploying apps on Kubernetes but hitting a roadblock with 'This combination of host and port requires TLS' error? Our new blog post helps you diagnose and fix it like a pro! #Kubernetes #TLS #DevOpsTips valewood.org/topics/devops/…
Beyond code, this checklist covers scanning container images and monitoring collaboration platforms to prevent credential exposure in your full workflow. #Docker #SecurityBestPractices #DevOpsTips Read more 👉 lttr.ai/AkDU7 #iFeelTech
Developer struggles with failed API requests due to proxy downtime? Our alert system notifies you when a proxy is unresponsive, ensuring seamless app performance & user experience #ProxyHealthMonitoring #DevOpsTips
Giving every app a 64-core monster server? 😅 💡 Right-size it. 💡 Auto-stop dev & QA instances. Your workloads don’t need Lamborghinis—they need bicycles. #CloudCost #AWS #DevOpsTips #FinOps
Platform Engineering is *the* move. Stop being a ticket-taker & start building self-service 'golden paths' for your devs. Empower them to ship faster, safer. Less 'can you provision this?', more 'I shipped this!'" #DevOpsTips #SysAdmin
Pro tip: version your Terraform modules like you version your apps. One tiny variable change can break infra for everyone downstream. #Terraform #IaCModules #DevOpsTips
Terraform sustainability tip: break giant .tf files. If your PR diff looks like a small novel, debugging infra becomes archaeology. #Terraform #IaC #DevOpsTips
Our devs praise our auto-rotation feature, saying it "prevents IP blocks & ensures consistent access" with adjustable timing to suit their needs. They appreciate the flexibility and reliability it brings! #ProxyRotationTips #DevOpsTips
CRDs give you superpowers, but every new CRD is also a future upgrade headache. Document them well, or your replacement engineer will curse you. #Kubernetes #CRD #DevOpsTips
Tired of endless `kubectl` typing? Install krew → then add ctx, ns, stern. Switching contexts, namespaces, & tailing logs becomes a 2-second job. Your wrists will thank you. 🚀 #kubectl #DevOpsTips #Kubernetes
Pro tip: Start chaos tests small. Kill one Pod, not the whole node pool. Unless you enjoy explaining outages to management 😅 #Kubernetes #ChaosEngineering #DevOpsTips
Dive into Kubernetes Jobs and Cron Jobs! Supercharge your Kubernetes deployments and ensure your tasks are successfully completed. Read now! #KubernetesAutomation #DevOpsTips valewood.org/topics/devops/…
Best practice: combine HPA + Cluster Autoscaler. HPA scales Pods, CA scales nodes. Together they’re peanut butter & jelly for workloads. #Kubernetes #Autoscaling #DevOpsTips
Seen HPA thrash? Pods scaling up and down nonstop? That’s what happens when you set target CPU at 50% without smoothing. Tune cooldown periods or risk a yo-yo cluster. #Kubernetes #HPA #DevOpsTips
Always define sensible default backends in Ingress. Otherwise, misrouted traffic disappears into a black hole of confusion. #Kubernetes #Ingress #DevOpsTips
Requests protect you. Limits protect others. Forget one, and either your Pod crashes under pressure, or your neighbor hogs all resources. #Kubernetes #ResourceLimits #DevOpsTips
#DevOpsTips Agent Doron ☠️ completed a #CICD pipeline for 10 tier Ecommerce microservices using Git, Jenkins, Kubernates SonarQube, Prometheus & Grafana on an #AWS infrastructure.
Tired of slow builds? Caching your dependencies can save minutes on every build! This is a trick we’ve proven in our CI/CD pipelines to speed up deployments without breaking anything. ⚡ #FixItFriday #DevOpsTips #CICD #BuildOptimization #DeveloperHacks #ProductionReady #TechTips
⚡ "Export → Import like a Docker Ninja 🐳 You exported your container as a .tar file… now what? Bring it back to life 👇 👉 docker image import myimage.tar myimage:latest That’s it. 🚀 You’ve got a new image with the tag latest. #Docker #DevOpsTips #CloudNative
Boost your Azure DevOps workflow: Use @mentions for team alerts, leverage pipeline templates for consistency, and explore Azure DevOps marketplace for tools! #AzureDevOps #DevOpsTips
Too many logs? Too many guesses? Start by shrinking the problem. Less noise = more clarity. #DebuggingTips #DevOpsTips #TheDevOpsDojo
#DevOpsTips I just published Monitoring AWS EKS Cluster using Prometheus and Grafana medium.com/@talongeeks/mo…
Amazon Aurora is a proprietary relational database offered as a service by #AWS and part of the Amazon Relational Database Service. #DevOpsTips
#DevOpsTips resource "aws_instance" "talon-Kube" { ami = "ami-talon" instance_type = "t2.micro" lifecycle { prevent_destroy = true } } 👉How to prevent unintentional destruction of resources in #Terraform
"🚀 Just caught an incredible video by @0xWillButton 🎥 Learn the top 6 #DevOps tips in this thread! 💡 #TechTalk #DevOpsTips #LearnDevOps"
Boost your Azure DevOps efficiency! Utilize Boards for agile tracking, Pipelines for CI/CD, and Repos for version control. Don’t forget to integrate with Slack for alerts! #AzureDevOps #DevOpsTips
🚀 Ready to take your #DevOps game to the next level? Check out our top do's and don'ts for success in this fast-paced field! #DevOpsTips #BestPractices #ContinuousIntegration #ContinuousDeployment #SRE
"Boost your #DevOps game! * Use Docker Hub to streamline image management * Leverage Kubernetes for scalable deployments * Automate testing with Jenkins * Monitor performance with Prometheus #DevOpsTips #CloudNative #AgileDevelopment"
Hilo sobre las Diferencias Clave entre DevOps y SRE: 👇👇👇 #DevOps #devopstips #SRE #SysOps #cicd #softwaredevelopment
#devopstips #100DaysOfCode #AWSCloud In this twitter thread I've shared some insights about concept of Serverless Architecture: 1-No Server Management: In a traditional server-based approach, you would need to provision, configure & maintain servers to run your applications...
"Boost your #DevOps game! * Use Ansible for automation * Adopt CI/CD pipelines with Jenkins * Monitor your app's performance with Prometheus * Learn about Docker for scalable dev & deployment #DevOpsTips #CloudNative #AutomationMatters"
"Streamline your CI/CD pipeline with these tips: Use Docker Hub for effortless container sharing. Leverage GitHub Actions for automated workflows. Utilize Terraform for infrastructure provisioning. #DevOpsTips #CI_CD #Containerization #InfrastructureAsCode"
"Streamline your DevOps workflow with these tips: Use Docker Hub for efficient container management Automate testing with Jenkins and pytest Leverage GitHub Actions for continuous deployment #DevOpsTips #ContinuousIntegration #Containerization"
"Boost your DevOps game! * Use Docker Hub to simplify container deployment * Enable 2-factor authentication on GitHub for added security * Utilize kubectl's 'git status' command for easy git version management #DevOpsTips #Docker #Git #Kubernetes"
Beyond code, this checklist covers scanning container images and monitoring collaboration platforms to prevent credential exposure in your full workflow. #Docker #SecurityBestPractices #DevOpsTips Read more 👉 lttr.ai/AkDU7 #iFeelTech
Something went wrong.
Something went wrong.
United States Trends
- 1. Horford 1,055 posts
- 2. Will Richard 4,058 posts
- 3. #AEWDynamite 18.7K posts
- 4. #Survivor49 3,117 posts
- 5. Russell Westbrook 1,640 posts
- 6. Kuminga 2,635 posts
- 7. Klay 6,777 posts
- 8. Tyler Bertuzzi N/A
- 9. #ChicagoPD 1,031 posts
- 10. #AmphoreusStamp 2,852 posts
- 11. #SistasOnBET 2,231 posts
- 12. Podz 1,562 posts
- 13. Godzilla 30.1K posts
- 14. Dalton Knecht N/A
- 15. Unplanned 4,813 posts
- 16. Pat Spencer N/A
- 17. Nico Harrison N/A
- 18. Spencer Knight N/A
- 19. Binnington 2,390 posts
- 20. Harrison Barnes N/A