Skip to content

charmed-osm/squid-operator

Repository files navigation

squid

Overview

This is a Kubernetes Charm to deploy Squid Cache.

Sugested Actions for this charm:

  • Set allowed URLs Possible way to run action: juju run-action squid/0 add-url url=google.com
  • Stop/Start/Restart the squid service - done Run like this: juju run-action squid/0 restart
  • Set ftp, http, https proxies

Quickstart

If you don't have microk8s and juju installed executing the following commands:

sudo snap install juju --classic
sudo snap install microk8s --classic
juju bootstrap microk8s
juju add-model squid
juju deploy cs:~charmed-osm/squid

Building it locally

git clone https://github.com/charmed-osm/squid-operator.git
cd squid-operator
charmcraft build
juju deploy ./squid.charm --resources image=davigar15/squid:latest

Check if the charm is deployed correctly with juju status

To test the addurl action open another terminal and type the following command: export https_proxy=http://<squid-ip>:3128

Where squid-ip is the Squid App Address shown in juju status

Now when executing curl https://www.google.com squid will block access to the url

Execute the addurl action: juju run-action squid/0 add-url url=google.com

Now when executing curl https://www.google.com it will give you the google output.

Contact

  • Author: David García
  • Bug Tracker: here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages