klotz: docker*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This article explains how to run inference on a YOLOv8 object detection model using Docker and create a REST API to orchestrate the process. It includes code implementation and a detailed README in the author's GitHub repository for running the API via REST with Docker.
  2. Docker offers various logging drivers that dictate the storage location and format of log messages. These include json-file, syslog, journald, fluentd, awslogs, gelf, logentries, and splunk.
  3. This is a hands-on guide with Python example code that walks through the deployment of an ML-based search API using a simple 3-step approach. The article provides a deployment strategy applicable to most machine learning solutions, and the example code is available on GitHub.
  4. • Continuous Integration (CI) and Continuous Deployment (CD) pipelines for Machine Learning (ML) applications
    • Importance of CI/CD in ML lifecycle
    • Designing CI/CD pipelines for ML models
    • Automating model training, deployment, and monitoring
    • Overview of tools and platforms used for CI/CD in ML
  5. This blog post compares Ansible and Terraform, two popular tools in the DevOps world, and discusses how they can be used together for a more efficient and comprehensive approach to infrastructure management. It also includes a video walk-through and requirements for a demo example where Terraform and Ansible are combined to create an AWS EC2 instance and deploy a Docker engine on it with Ansible, followed by launching a Jenkins container.
  6. 2024-03-14 Tags: , , , by klotz
  7. 2024-01-14 Tags: , , , by klotz
  8. 2023-11-26 Tags: , , , by klotz
  9. Create standalone with Splunk Free license
    Splunk Free is the totally free version of Splunk software. The Free license lets you index up to 500 MB per day and will never expire.

    Execute the following to bring up a Splunk Free standalone environment:

    $ docker run --name so1 --hostname so1 -p 8000:8000
    -e "SPLUNK_PASSWORD=<password>"
    -e "SPLUNK_START_ARGS=--accept-license"
    -e "SPLUNK_LICENSE_URI=Free"
    -it splunk/splunk:latest
    2023-11-22 Tags: , , , by klotz
  10. 2023-11-10 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: docker

About - Propulsed by SemanticScuttle